[ Web Proxy ]
URL:
Viewing: https://matplotlib.org/stable/api/_as_gen/../lines_api.html [Back]  [Original]

matplotlib.lines — Matplotlib 3.11.2 documentation
Back to top
Search the docs ...:

matplotlib.lines#

2D lines with support for a variety of line styles, markers, colors, etc.

Classes#

Line2D(xdata,ydata,*[,linewidth,...])

A line - the line can have both a solid linestyle connecting all the vertices, and a marker at each vertex.

VertexSelector(line)

Manage the callbacks to maintain a list of selected vertices for Line2D.

AxLine(xy1,xy2,slope,**kwargs)

A helper class that implements axline, by recomputing the artist transform at draw time.

Functions#

segment_hits(cx,cy,x,y,radius)

Return the indices of the segments in the polyline with coordinates (cx, cy) that are within a distance radius of the point (x, y).


Web Proxy Viewer  |  New URL  |  Original Page