respect legendfontcolor in pgfplotsx

This commit is contained in:
Daniel Schwabeneder 2020-12-31 09:17:39 +01:00
parent 8cc6d9d487
commit 91608a6eab

View File

@ -168,6 +168,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
sp[:legendfontsize], sp[:legendfontsize],
pgfx_thickness_scaling(sp), pgfx_thickness_scaling(sp),
), ),
"text" => plot_color(sp[:legendfontcolor]),
), ),
"axis background/.style" => PGFPlotsX.Options( "axis background/.style" => PGFPlotsX.Options(
"fill" => bgc_inside, "fill" => bgc_inside,