GenericMappingTools / pygmt

A Python interface for the Generic Mapping Tools.
https://www.pygmt.org
BSD 3-Clause "New" or "Revised" License
751 stars 217 forks source link

Higher-level plotting methods for Figure.plot and Figure.plot3d #2797

Open seisman opened 11 months ago

seisman commented 11 months ago

Figure.plot and Figure.plot3d are probably the most frequently-used plotting methods. They're powerful and also complicated.

It would be better if we could provide some higher-level wrappers on top of Figure.plot/Figure.plot3d. Some possible plotting methods include (Feel free to edit the top post to add more ideas!)

yvonnefroehlich commented 11 months ago

Related to this: