From edd4fed8e795bebcf979b0e7c398f7ae3c55f3f7 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Mon, 5 Jul 2021 15:23:17 +0200 Subject: [PATCH] remove `@show` --- src/backends/pgfplotsx.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backends/pgfplotsx.jl b/src/backends/pgfplotsx.jl index a5a6408a..094e41b7 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -125,8 +125,6 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend}) if sp[:subplot_index] == plt[:plot_titleindex] x = dx + sp_width / 2 - 10mm # FIXME: get rid of magic constant y = dy + sp_height / 2 - @show width(bbox(plt.layout.grid[2])) - @show sp_width pgfx_add_annotation!(the_plot, x, y, PlotText(plt[:plot_title], plottitlefont(plt)), pgfx_thickness_scaling(plt); cs = "", options = PGFPlotsX.Options("anchor" => "center")