Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f0ed58

Browse files
authored
Merge pull request #12705 from timhoffm/doc-axes
Improve docs on Axes limits and direction
2 parents d9c766e + ad78d76 commit 1f0ed58

File tree

2 files changed

+218
-71
lines changed

2 files changed

+218
-71
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ class Axes(_AxesBase):
126126
instance. The events you can connect to are 'xlim_changed' and
127127
'ylim_changed' and the callback will be called with func(*ax*)
128128
where *ax* is the :class:`Axes` instance.
129+
130+
Attributes
131+
----------
132+
dataLim : `.BBox`
133+
The bounding box enclosing all data displayed in the Axes.
134+
viewLim : `.BBox`
135+
The view limits in data coordinates.
136+
129137
"""
130138
### Labelling, legend and texts
131139

0 commit comments

Comments
 (0)