matplotlib.lines
#
2D lines with support for a variety of line styles, markers, colors, etc.
Classes#
| A line - the line can have both a solid linestyle connecting all the vertices, and a marker at each vertex. |
| Manage the callbacks to maintain a list of selected vertices for |
| A helper class that implements |
Functions#
| Return the indices of the segments in the polyline with coordinates (cx,cy) that are within a distanceradius of the point (x,y). |
On this page