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

Skip to content

Commit a64e921

Browse files
authored
Merge pull request #13669 from meeseeksmachine/auto-backport-of-pr-13667-on-v3.1.x
Backport PR #13667 on branch v3.1.x (Fix incorrect signature in axis() doc.)
2 parents fd915c1 + 1dcf51b commit a64e921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ def axis(self, *args, **kwargs):
15961596
Call signatures::
15971597
15981598
xmin, xmax, ymin, ymax = axis()
1599-
xmin, xmax, ymin, ymax = axis(xmin, xmax, ymin, ymax)
1599+
xmin, xmax, ymin, ymax = axis([xmin, xmax, ymin, ymax])
16001600
xmin, xmax, ymin, ymax = axis(option)
16011601
xmin, xmax, ymin, ymax = axis(**kwargs)
16021602

0 commit comments

Comments
 (0)
0