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 b841556

Browse filesBrowse files
authored
Merge pull request #11400 from gsmecher/gsmecher/fix-axvspan-docstring
Correct docstring for axvspan()
2 parents f881e9b + 1c16a29 commit b841556
Copy full SHA for b841556

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -683,7 +683,7 @@ def axvspan(self, xmin, xmax, ymin=0, ymax=1, **kwargs):
683683
spans the yrange, regardless of the ylim settings, even if you
684684
change them, e.g., with the :meth:`set_ylim` command. That is,
685685
the vertical extent is in axes coords: 0=bottom, 0.5=middle,
686-
1.0=top but the y location is in data coordinates.
686+
1.0=top but the x location is in data coordinates.
687687
688688
Parameters
689689
----------

0 commit comments

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