Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit8465b0f

Browse files
authored
Correct doc for axvline arg x which sets x not y
Fixes#29606
1 parentb8b6899 commit8465b0f

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp