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

Skip to content

Commit 5eb92ea

Browse files
NelleVtimhoffm
authored andcommitted
Merge pull request #12705 from timhoffm/doc-axes
Improve docs on Axes limits and direction
1 parent 854a85a commit 5eb92ea

File tree

2 files changed

+218
-72
lines changed

2 files changed

+218
-72
lines changed

lib/matplotlib/axes/_axes.py

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

0 commit comments

Comments
 (0)