Gaston: remove debug

This commit is contained in:
t-bltg 2021-08-01 15:04:52 +02:00 committed by GitHub
parent 0b989cd33e
commit a9a24841fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,6 @@ function gaston_multiplot_pos_size!(dat)
x, y, w, h, sp = xy_wh_sp x, y, w, h, sp = xy_wh_sp
sp === nothing && continue sp === nothing && continue
sp.o === nothing && continue sp.o === nothing && continue
@show r, c x, y sp[:title]
# gnuplot screen coordinates: bottom left at 0,0 and top right at 1,1 # gnuplot screen coordinates: bottom left at 0,0 and top right at 1,1
sp.o.axesconf = "set origin $x, $(1 - y - h)\nset size $w, $h\n" * sp.o.axesconf sp.o.axesconf = "set origin $x, $(1 - y - h)\nset size $w, $h\n" * sp.o.axesconf
end end