remove @show
This commit is contained in:
parent
65368aac22
commit
edd4fed8e7
@ -125,8 +125,6 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
|||||||
if sp[:subplot_index] == plt[:plot_titleindex]
|
if sp[:subplot_index] == plt[:plot_titleindex]
|
||||||
x = dx + sp_width / 2 - 10mm # FIXME: get rid of magic constant
|
x = dx + sp_width / 2 - 10mm # FIXME: get rid of magic constant
|
||||||
y = dy + sp_height / 2
|
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);
|
pgfx_add_annotation!(the_plot, x, y, PlotText(plt[:plot_title], plottitlefont(plt)), pgfx_thickness_scaling(plt);
|
||||||
cs = "",
|
cs = "",
|
||||||
options = PGFPlotsX.Options("anchor" => "center")
|
options = PGFPlotsX.Options("anchor" => "center")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user