Skip to content

Commit 556cdce

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/lines.py

Lines 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)