diff --git a/src/backends/gaston.jl b/src/backends/gaston.jl index 30c1d62e..28561f8a 100644 --- a/src/backends/gaston.jl +++ b/src/backends/gaston.jl @@ -196,7 +196,6 @@ function gaston_add_series(plt::Plot{GastonBackend}, series::Series) sp = series[:subplot]; gsp = sp.o x, y, z = series[:x], series[:y], series[:z] st = series[:seriestype] - @show st series[:ribbon] curves = [] if gsp.dims == 2 && z === nothing