change default alignment in legends (#2714)
This commit is contained in:
parent
b780d90097
commit
593331dec2
@ -138,6 +138,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
|||||||
axis_opt = PGFPlotsX.Options(
|
axis_opt = PGFPlotsX.Options(
|
||||||
"point meta max" => get_clims(sp)[2],
|
"point meta max" => get_clims(sp)[2],
|
||||||
"point meta min" => get_clims(sp)[1],
|
"point meta min" => get_clims(sp)[1],
|
||||||
|
"legend cell align" => "left",
|
||||||
"title" => sp[:title],
|
"title" => sp[:title],
|
||||||
"title style" => PGFPlotsX.Options(
|
"title style" => PGFPlotsX.Options(
|
||||||
"at" => if title_loc == :left
|
"at" => if title_loc == :left
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user