From a9a24841fe50b273b138f6ef424e3b819b076400 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Sun, 1 Aug 2021 15:04:52 +0200 Subject: [PATCH] Gaston: remove debug --- src/backends/gaston.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backends/gaston.jl b/src/backends/gaston.jl index 324b989a..f201241a 100644 --- a/src/backends/gaston.jl +++ b/src/backends/gaston.jl @@ -185,7 +185,6 @@ function gaston_multiplot_pos_size!(dat) x, y, w, h, sp = xy_wh_sp sp === 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 sp.o.axesconf = "set origin $x, $(1 - y - h)\nset size $w, $h\n" * sp.o.axesconf end