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

Skip to content

Commit ad78d76

Browse files
committed
Improve docs on Axes limits and direction
1 parent 4015343 commit ad78d76

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)