one more != --> !==

This commit is contained in:
Yuval 2019-08-18 23:31:34 +03:00 committed by Daniel Schwabeneder
parent 6b7fa23b91
commit 260c66f511

View File

@ -631,7 +631,7 @@ function gr_get_color(series::Series)
series[:linecolor]
elseif series[:marker_z] !== nothing
series[:markercolor]
elseif series[:line_z] != nothing
elseif series[:line_z] !== nothing
series[:linecolor]
elseif series[:fill_z] !== nothing
series[:fillcolor]