Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfcd30a

Browse files
committed
FIX LinesAndSpans should not inherit from _AxesBase
1 parent dc5b52a commit bfcd30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ._base import _AxesBase
1212

1313

14-
class LinesAndSpans(_AxesBase):
14+
class LinesAndSpans(object):
1515
def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
1616
"""
1717
Add a horizontal line across the axis.

0 commit comments

Comments
 (0)