8000 Document changes. · matplotlib/matplotlib@0580d94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0580d94

Browse files
committed
Document changes.
1 parent 2209b9f commit 0580d94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,11 @@ def axis(self, arg=None, /, *, emit=True, **kwargs):
20562056
--------
20572057
matplotlib.axes.Axes.set_xlim
20582058
matplotlib.axes.Axes.set_ylim
2059+
2060+
Notes
2061+
-----
2062+
For 3D axes, this method additionally takes *zmin*, *zmax* as
2063+
parameters and likewise returns them.
20592064
"""
20602065
if isinstance(arg, (str, bool)):
20612066
if arg is True:

0 commit comments

Comments
 (0)
0