8000 Merge pull request #12705 from timhoffm/doc-axes · timhoffm/matplotlib@1685e35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1685e35

Browse files
NelleVtimhoffm
authored andcommitted
Merge pull request matplotlib#12705 from timhoffm/doc-axes
Improve docs on Axes limits and direction
1 parent ef6f479 commit 1685e35

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
@@ -128,6 +128,14 @@ class Axes(_AxesBase):
128128
instance. The events you can connect to are 'xlim_changed' and
129129
'ylim_changed' and the callback will be called with func(*ax*)
130130
where *ax* is the :class:`Axes` instance.
131+
132+
Attributes
133+
----------
134+
dataLim : `.BBox`
135+
The bounding box enclosing all data displayed in the Axes.
136+
viewLim : `.BBox`
137+
The view limits in data coordinates.
138+
131139
"""
132140
### Labelling, legend and texts
133141

0 commit comments

Comments
 (0)
0