8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e79c4 commit 6513895Copy full SHA for 6513895
lib/matplotlib/pyplot.py
@@ -1153,7 +1153,7 @@ def axes(
1153
1154
- *None*: A new full window Axes is added using
1155
``subplot(**kwargs)``.
1156
- - 4-tuple of floats *rect* = ``[left, bottom, width, height]``.
+ - 4-tuple of floats *rect* = ``(left, bottom, width, height)``.
1157
A new Axes is added with dimensions *rect* in normalized
1158
(0, 1) units using `~.Figure.add_axes` on the current figure.
1159
0 commit comments