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

Skip to content

Commit f0dcb17

Browse files
authored
Merge pull request #12719 from timhoffm/auto-backport-of-pr-12705-on-v3.0.x
Backport PR #12705 on branch v3.0.x
2 parents d7af82c + 5eb92ea commit f0dcb17

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)