Thanks to visit codestin.com Credit goes to github.com
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.
2 parents f21f798 + 6513895 commit 55f7e3dCopy full SHA for 55f7e3d
1 file changed
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