turn off colorbar for wireframe
This commit is contained in:
parent
33327d3992
commit
b091d95eb2
@ -501,6 +501,7 @@ function plotly_series(plt::Plot, series::Series)
|
|||||||
:highlightwidth => series[:linewidth],
|
:highlightwidth => series[:linewidth],
|
||||||
)
|
)
|
||||||
d_out[:contours] = KW(:x => wirelines, :y => wirelines, :z => wirelines)
|
d_out[:contours] = KW(:x => wirelines, :y => wirelines, :z => wirelines)
|
||||||
|
d_out[:showscale] = false
|
||||||
else
|
else
|
||||||
d_out[:colorscale] = plotly_colorscale(series[:fillcolor], series[:fillalpha])
|
d_out[:colorscale] = plotly_colorscale(series[:fillcolor], series[:fillalpha])
|
||||||
if series[:fill_z] != nothing
|
if series[:fill_z] != nothing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user