remove @show

This commit is contained in:
Simon Christ 2021-07-05 15:23:17 +02:00
parent 65368aac22
commit edd4fed8e7

View File

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