8000 Merge pull request #29610 from meeseeksmachine/auto-backport-of-pr-29… · matplotlib/matplotlib@b9978ab · GitHub
[go: up one dir, main page]

Skip to content

Commit b9978ab

Browse files
authored
Merge pull request #29610 from meeseeksmachine/auto-backport-of-pr-29607-on-v3.10.0-doc
Backport PR #29607 on branch v3.10.0-doc (Correct doc for axvline arg x which sets x not y)
2 parents c27dd9a + 5f311c2 commit b9978ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
823823
Parameters
824824
----------
825825
x : float, default: 0
826-
y position in :ref:`data coordinates <coordinate-systems>`.
826+
x position in :ref:`data coordinates <coordinate-systems>`.
827827
828828
ymin : float, default: 0
829829
The start y-position in :ref:`axes coordinates <coordinate-systems>`.

0 commit comments

Comments
 (0)
0