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 a7f5ce6

Browse filesBrowse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #29965: Document Axes.spines
1 parent 9a80304 commit a7f5ce6
Copy full SHA for a7f5ce6

File tree

2 files changed

+7
-0
lines changed
Filter options

2 files changed

+7
-0
lines changed

‎doc/api/axes_api.rst

Copy file name to clipboardExpand all lines: doc/api/axes_api.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Attributes
3838

3939
Axes.viewLim
4040
Axes.dataLim
41+
Axes.spines
4142

4243
Plotting
4344
========

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,12 @@ class _AxesBase(martist.Artist):
566566
dataLim: mtransforms.Bbox
567567
"""The bounding `.Bbox` enclosing all data displayed in the Axes."""
568568

569+
spines: mspines.Spines
570+
"""
571+
The `.Spines` container for the Axes' spines, i.e. the lines denoting the
572+
data area boundaries.
573+
"""
574+
569575
xaxis: maxis.XAxis
570576
"""
571577
The `.XAxis` instance.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.