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.directional_rose method in PyGMT. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.
The Figure.directional_rose method wraps the -Td option in basemap/coast.
This issue serves as the central place for discussing and tracking the implementation of the
Figure.directional_rosemethod in PyGMT. The issue will be closed when the initial implementation is complete. Progress is tracked at PyGMT: Wrapping GMT modules.The
Figure.directional_rosemethod wraps the-Tdoption inbasemap/coast.Documentation
GMT Option Flags
☑️: Implemented; ⬜: To be implemented/discussed;
Strikethrough: Won't implement.Below we list all option flags in
basemap, but not all of them make sense here.-J:-R:: Dump the polygon. Makes no sense.-A-B:-F:box.: Will be implemented as-LFigure.scale_bar: Will be implemented as-TmFigure.magnetic_rose: Use-UFigure.timestampinstead-V: Use-X/-YFigure.shift_origininstead.: output column types. Makes no sense.-f-p-t: Use--PAR=valuepygmt.configinstead.-Td:-Td[g|j|J|n|x]refpoint[+f|F[level]][+jjustify][+l[w,e,s,n]][+odx[/dy]][+wwidth]g|j|J|n|x: position_typerefpoint: position+j: anchor+o: anchor_offset+w: width+l: label [Maybelabels, sincelabelis an alias for common option-l?]+f: fancy+F: not implemented yetLinked Pull Requests