Thanks to visit codestin.com Credit goes to github.com
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.
2 parents d9c766e + ad78d76 commit 1f0ed58Copy full SHA for 1f0ed58
2 files changed
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