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 9dfa263 + afce303 commit 80fb37dCopy full SHA for 80fb37d
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