You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue serves as the central place for discussing and tracking the implementation of the Figure.fill_between method in PyGMT, which wraps plot's -M option. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.
This issue serves as the central place for discussing and tracking the implementation of the
Figure.fill_betweenmethod in PyGMT, which wrapsplot's-Moption. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.Documentation
GMT Option Flags and Modifiers
☑️: Implemented; ⬜: To be implemented/discussed;
Strikethrough: Won't implement.: Doesn't work.-A-B:frameAdd Figure.fill_between to fill between two curves #4679-C: For CPT. Likely doesn't work. Even it works, what's the use case?-D: Offsetting lines by specific offsets. What's the use case?-E: Drawing error bar. Should be implemented in a separate method.-F: Connecting lines. Makes no sense in this method.-H: Makes no sense-I: Makes no sense:-J:projectionAdd Figure.fill_between to fill between two curves #4679-L: Force closed polygons. I've tried it, it doesn't work.-M+g:fill2fill for y2>y1 Add Figure.fill_between to fill between two curves #4679+l:label2label for y2 curve Add Figure.fill_between to fill between two curves #4679+p:pen2pen for y2 curve Add Figure.fill_between to fill between two curves #4679+r: draw legend entries as lines, rather than filled boxes. Upstream bug at plot: Fix the bug that -M+r modifier doesn't set the pen thickness gmt#9070. Figure.fill_between: Add parameter 'legend_pen' to draw legend entries as lines #4698+y: y2 is a horizontal constant, i.e., y2=0 Add Figure.fill_between to fill between two curves #4679-W:penpen for the y1 curve Add Figure.fill_between to fill between two curves #4679-G:fillfill for the y1 curve Add Figure.fill_between to fill between two curves #4679-l:label: label for the y1 curve Add Figure.fill_between to fill between two curves #4679-N:no_clipFigure.fill_between: Add parameter 'no_clip' to not clip curves outside the border #4696-R:regionAdd Figure.fill_between to fill between two curves #4679: When used, only symbols are plotted.-S-Mis totally ignored: Use-UFigure.timestampinstead.-V:verboseAdd Figure.fill_between to fill between two curves #4679: Use-X/-YFigure.shift_origininstead.-Z: Not sure if it works, but I feel it makes little sense here.-a-b-cAdd Figure.fill_between to fill between two curves #4679-d-e-f-g-h-i-pAdd Figure.fill_between to fill between two curves #4679-q-tAdd Figure.fill_between to fill between two curves #4679-w-:: Use--PAR=valuepygmt.configinstead.Linked Pull Requests
Related Issues and Discussions
Add links to related wrapper discussions, API design threads, or upstream GMT changes here.