-
Notifications
You must be signed in to change notification settings - Fork 244
Add examples for plotting lines #493
Copy link
Copy link
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
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!
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
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.