Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26a30ce

Browse filesBrowse files
authored
Merge pull request #7730 from Kojoley/fix-linestyle-getter
Fixed GraphicsContextBase linestyle getter
2 parents 3290d19 + 0980bc5 commit 26a30ce
Copy full SHA for 26a30ce

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backend_bases.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.