Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 454fb32

Browse filesBrowse files
committed
Improve docs on Axes limits and direction
1 parent 4015343 commit 454fb32
Copy full SHA for 454fb32

File tree

Expand file treeCollapse file tree

2 files changed

+217
-71
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+217
-71
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.