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 556cdce

Browse filesBrowse files
authored
Merge pull request #11706 from anntzer/remove-dead-code
MNT: Remove unused private method.
2 parents 9382a05 + 62af106 commit 556cdce
Copy full SHA for 556cdce

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎lib/matplotlib/lines.py

Copy file name to clipboardExpand all lines: lib/matplotlib/lines.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,9 +1249,6 @@ def update_from(self, other):
12491249
other._marker.get_fillstyle())
12501250
self._drawstyle = other._drawstyle
12511251

1252-
def _get_rgba_face(self, alt=False):
1253-
return mcolors.to_rgba(self._get_markerfacecolor(alt=alt), self._alpha)
1254-
12551252
def set_dash_joinstyle(self, s):
12561253
"""
12571254
Set the join style for dashed linestyles.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.