diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 96946fba1e92..eebbdcaed459 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -823,7 +823,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs): Parameters ---------- x : float, default: 0 - y position in :ref:`data coordinates `. + x position in :ref:`data coordinates `. ymin : float, default: 0 The start y-position in :ref:`axes coordinates `.