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 bd99dfb + 9536fe9 commit 983ab50Copy full SHA for 983ab50
doc/api/next_api_changes/2019-02-08-AL.rst
@@ -0,0 +1,5 @@
1
+Deprecations
2
+````````````
3
+
4
+``Spine.is_frame_like`` is deprecated. It has never been used in the codebase
5
+since its addition in 2009.
lib/matplotlib/spines.py
@@ -177,6 +177,7 @@ def cla(self):
177
if self.axis is not None:
178
self.axis.cla()
179
180
+ @cbook.deprecated("3.1")
181
def is_frame_like(self):
182
"""return True if directly on axes frame
183
0 commit comments