8000 FIX: mark the array data as updated to force to_rgba · matplotlib/matplotlib@2bcbe5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bcbe5b

Browse files
committed
FIX: mark the array data as updated to force to_rgba
closes #8953
1 parent 6994540 commit 2bcbe5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/collections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ def set_alpha(self, alpha):
711711
float(alpha)
712712
except TypeError:
713713
raise TypeError('alpha must be a float or None')
714+
self.update_dict['array'] = True
714715
artist.Artist.set_alpha(self, alpha)
715716
self._set_facecolor(self._original_facecolor)
716717
self._set_edgecolor(self._original_edgecolor)

0 commit comments

Comments
 (0)
0