turn off colorbar for wireframe

This commit is contained in:
Daniel Schwabeneder 2017-06-18 17:56:47 +02:00
parent 33327d3992
commit b091d95eb2

View File

@ -501,6 +501,7 @@ function plotly_series(plt::Plot, series::Series)
:highlightwidth => series[:linewidth],
)
d_out[:contours] = KW(:x => wirelines, :y => wirelines, :z => wirelines)
d_out[:showscale] = false
else
d_out[:colorscale] = plotly_colorscale(series[:fillcolor], series[:fillalpha])
if series[:fill_z] != nothing