add patchlibrary

This commit is contained in:
Simon Christ 2019-11-22 00:58:03 +01:00
parent 3b56977c49
commit e176c6c315

View File

@ -8,6 +8,7 @@ Base.@kwdef mutable struct PGFPlotsXPlot
function PGFPlotsXPlot(is_created, was_shown, the_plot)
pgfx_plot = new(is_created, was_shown, the_plot)
PGFPlotsX.push_preamble!(pgfx_plot.the_plot, "\\usetikzlibrary{arrows.meta}")
PGFPlotsX.push_preamble!(pgfx_plot.the_plot, "\\usepgfplotslibrary{patchplots}")
pgfx_plot
end
end