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 4407d1d + 31d182a commit 4af11e7Copy full SHA for 4af11e7
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