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.
1 parent b338a71 commit 5fb9017Copy full SHA for 5fb9017
1 file changed
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -207,8 +207,8 @@ def apply_callback(data):
207
line.set_drawstyle(drawstyle)
208
line.set_linewidth(linewidth)
209
rgba = mcolors.to_rgba(color)
210
- line.set_color(rgba[:3])
211
- line.set_alpha(rgba[-1])
+ line.set_alpha(None)
+ line.set_color(rgba)
212
if marker is not 'none':
213
line.set_marker(marker)
214
line.set_markersize(markersize)
0 commit comments