Gaston: remove debug show(...)

This commit is contained in:
t-bltg 2021-08-01 16:12:07 +02:00 committed by GitHub
parent e4c8921ae9
commit d8a40f5400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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