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 cb8969f + dc235bc commit 24a5d58Copy full SHA for 24a5d58
1 file changed
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -217,7 +217,7 @@ def apply_callback(data):
217
rgba = mcolors.to_rgba(color)
218
line.set_alpha(None)
219
line.set_color(rgba)
220
- if marker is not 'none':
+ if marker != 'none':
221
line.set_marker(marker)
222
line.set_markersize(markersize)
223
line.set_markerfacecolor(markerfacecolor)
0 commit comments