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 choropleth method in PyGMT, which is a thin wrapper for plot. 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
choroplethmethod in PyGMT, which is a thin wrapper forplot. 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.data-C:cmapcolumn: specify the column name used for fillingFigure.plotNotes on Input Formats
__geo_interface__(e.g.,GeoDataFrame) or OGR_GMT files.aspatialto map thecolumntoZfor fill.Linked Pull Requests
Related Issues and Discussions