Hide legend entry for series being filled to
This commit is contained in:
parent
aec30301a1
commit
2a0d5a0a03
@ -585,6 +585,7 @@ function plotly_series(plt::Plot, series::Series)
|
||||
# series, one for series being filled to) instead of one
|
||||
d_out_fillrange = copy(d_out)
|
||||
d_out_fillrange[:y] = series[:fillrange]
|
||||
d_out_fillrange[:showlegend] = false
|
||||
delete!(d_out_fillrange, :fill)
|
||||
delete!(d_out_fillrange, :fillcolor)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user