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

Skip to content

Commit 0980bc5

Browse files
committed
Fixed GraphicsContextBase linestyle getter
1 parent d8f535c commit 0980bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ def get_joinstyle(self):
912912
"""
913913
return self._joinstyle
914914

915-
def get_linestyle(self, style):
915+
def get_linestyle(self):
916916
"""
917917
Return the linestyle: one of ('solid', 'dashed', 'dashdot',
918918
'dotted').

0 commit comments

Comments
 (0)