axvline#
- named_arrays.plt.axvline(x=0, ymin=0, ymax=1, ax=None, **kwargs)#
A wrapper around
matplotlib.axes.Axes.axvline().- Parameters:
x (float | AbstractScalar) – x-coordinate of the line in data units.
ymin (float | AbstractScalar) – Lower y-coordinate of the span in y axis units (0-1).
ymax (float | AbstractScalar) – Upper y-coordinate of the span in y axis units (0-1).
ax (None | Axes | AbstractScalar) – The matplotlib axes instance(s) to use.
- Return type: