We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4015343 commit ad78d76Copy full SHA for ad78d76
lib/matplotlib/axes/_axes.py
@@ -126,6 +126,14 @@ class Axes(_AxesBase):
126
instance. The events you can connect to are 'xlim_changed' and
127
'ylim_changed' and the callback will be called with func(*ax*)
128
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
137
"""
138
### Labelling, legend and texts
139
0 commit comments