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.
1 parent 3d34092 commit 31d182aCopy full SHA for 31d182a
2 files changed
doc/api/axes_api.rst
@@ -38,6 +38,7 @@ Attributes
38
39
Axes.viewLim
40
Axes.dataLim
41
+ Axes.spines
42
43
Plotting
44
========
lib/matplotlib/axes/_base.py
@@ -558,6 +558,12 @@ class _AxesBase(martist.Artist):
558
dataLim: mtransforms.Bbox
559
"""The bounding `.Bbox` enclosing all data displayed in the Axes."""
560
561
+ spines: mspines.Spines
562
+ """
563
+ The `.Spines` container for the Axes' spines, i.e. the lines denoting the
564
+ data area boundaries.
565
566
+
567
xaxis: maxis.XAxis
568
"""
569
The `.XAxis` instance.
0 commit comments