remove space
This commit is contained in:
parent
41e4c80494
commit
60b9cd8789
@ -808,7 +808,7 @@ function plotly_series_segments(series::Series, d_base::KW, x, y, z)
|
|||||||
# if fillrange is a tuple with upper and lower limit, d_out_fillrange
|
# if fillrange is a tuple with upper and lower limit, d_out_fillrange
|
||||||
# is the series that will do the filling
|
# is the series that will do the filling
|
||||||
fillrng = Tuple(series[:fillrange][i][rng] for i in 1:2)
|
fillrng = Tuple(series[:fillrange][i][rng] for i in 1:2)
|
||||||
d_out_fillrange[:x], d_out_fillrange[:y] = concatenate_fillrange(x[rng], fillrng)
|
d_out_fillrange[:x], d_out_fillrange[:y] = concatenate_fillrange(x[rng], fillrng)
|
||||||
d_out_fillrange[:line][:width] = 0
|
d_out_fillrange[:line][:width] = 0
|
||||||
delete!(d_out, :fill)
|
delete!(d_out, :fill)
|
||||||
delete!(d_out, :fillcolor)
|
delete!(d_out, :fillcolor)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user