| [ Web Proxy ] |
| Viewing: https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.vlines.html | [Back] [Original] |
Plot vertical lines at each x from ymin to ymax.
x-indexes where to plot the lines.
Respective beginning and end of each line. If scalars are provided, all lines will have the same length.
rcParams["lines.color"] (default: 'C0')If given, the following parameters also accept a string s, which is
interpreted as data[s] if s is a key in data:
x, ymin, ymax, colors
LineCollection properties.matplotlib.axes.Axes.vlines#| Web Proxy Viewer | New URL | Original Page |