add patchlibrary
This commit is contained in:
parent
b2852802db
commit
b9b6915855
@ -8,6 +8,7 @@ Base.@kwdef mutable struct PGFPlotsXPlot
|
|||||||
function PGFPlotsXPlot(is_created, was_shown, the_plot)
|
function PGFPlotsXPlot(is_created, was_shown, the_plot)
|
||||||
pgfx_plot = new(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, "\\usetikzlibrary{arrows.meta}")
|
||||||
|
PGFPlotsX.push_preamble!(pgfx_plot.the_plot, "\\usepgfplotslibrary{patchplots}")
|
||||||
pgfx_plot
|
pgfx_plot
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user