fix default

This commit is contained in:
Simon Christ 2020-04-09 00:40:12 +02:00
parent dd41fbd0cd
commit c7c2fc51a8

View File

@ -181,7 +181,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
else
push!(
axis_opt["legend style"],
get(_pgfplotsx_legend_pos, sp[:legend], "outer north east")...
get(_pgfplotsx_legend_pos, sp[:legend], ("at" => string((1.02, 1)), "anchor" => "north west"))...
)
end
for letter in (:x, :y, :z)