fix default
This commit is contained in:
parent
dd41fbd0cd
commit
c7c2fc51a8
@ -181,7 +181,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
|||||||
else
|
else
|
||||||
push!(
|
push!(
|
||||||
axis_opt["legend style"],
|
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
|
end
|
||||||
for letter in (:x, :y, :z)
|
for letter in (:x, :y, :z)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user