-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedHelping hands are appreciatedHelping hands are appreciatedscipy-sprintThings to work on during the SciPy sprint!Things to work on during the SciPy sprint!
Milestone
Description
Description of the desired feature
There are already have nice tutorials for plotting data points of various sizes and colors, but no examples for plotting lines.
It would be good to add some examples showing
- how to plot lines
- how to specify line attributes (pen thickness, color, and pen style)
- plot lines with various colors as determined by a CPT file
Unfortunately, PyGMT currently can't handle multi-segments data as in GMT. To plot multiple lines, we still have to call fig.plot()
multiple times.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedHelping hands are appreciatedHelping hands are appreciatedscipy-sprintThings to work on during the SciPy sprint!Things to work on during the SciPy sprint!