matplotlib.pyplot.
vlines
(x, ymin, ymax, colors='k', linestyles='solid', label='', *, data=None, **kwargs)[source]¶Plot vertical lines.
Plot vertical lines at each x from ymin to ymax.
Parameters: |
|
---|---|
Returns: |
|
Other Parameters: |
|
See also
hlines
axvline
data[<arg>]
) and membership test (<arg> in data
).