Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8465b0f

Browse filesBrowse files
authored
Correct doc for axvline arg x which sets x not y
Fixes #29606
1 parent b8b6899 commit 8465b0f
Copy full SHA for 8465b0f

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
818818
Parameters
819819
----------
820820
x : float, default: 0
821-
y position in :ref:`data coordinates <coordinate-systems>`.
821+
x position in :ref:`data coordinates <coordinate-systems>`.
822822
823823
ymin : float, default: 0
824824
The start y-position in :ref:`axes coordinates <coordinate-systems>`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.