Gaston: remove debug show(...)
This commit is contained in:
parent
e4c8921ae9
commit
d8a40f5400
@ -196,7 +196,6 @@ function gaston_add_series(plt::Plot{GastonBackend}, series::Series)
|
|||||||
sp = series[:subplot]; gsp = sp.o
|
sp = series[:subplot]; gsp = sp.o
|
||||||
x, y, z = series[:x], series[:y], series[:z]
|
x, y, z = series[:x], series[:y], series[:z]
|
||||||
st = series[:seriestype]
|
st = series[:seriestype]
|
||||||
@show st series[:ribbon]
|
|
||||||
|
|
||||||
curves = []
|
curves = []
|
||||||
if gsp.dims == 2 && z === nothing
|
if gsp.dims == 2 && z === nothing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user