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

Skip to content

Commit 62af106

Browse files
committed
Remove unused private method.
1 parent 2eb26ee commit 62af106

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)