Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f7e675 + 24fb5c6 commit 2972f15Copy full SHA for 2972f15
1 file changed
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -209,8 +209,8 @@ def apply_callback(data):
209
line.set_drawstyle(drawstyle)
210
line.set_linewidth(linewidth)
211
rgba = mcolors.to_rgba(color)
212
- line.set_color(rgba[:3])
213
- line.set_alpha(rgba[-1])
+ line.set_alpha(None)
+ line.set_color(rgba)
214
if marker is not 'none':
215
line.set_marker(marker)
216
line.set_markersize(markersize)
0 commit comments