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 5054100 + bb60ac6 commit 1ddb1ecCopy full SHA for 1ddb1ec
lib/matplotlib/pyplot.py
@@ -1341,7 +1341,7 @@ def axes(
1341
1342
- *None*: A new full window Axes is added using
1343
``subplot(**kwargs)``.
1344
- - 4-tuple of floats *rect* = ``(left, bottom, width, height)``.
+ - 4-tuple of float *rect* = ``(left, bottom, width, height)``.
1345
A new Axes is added with dimensions *rect* in normalized
1346
(0, 1) units using `~.Figure.add_axes` on the current figure.
1347
0 commit comments