We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01e714 commit 27145dfCopy full SHA for 27145df
src/backends/gaston.jl
@@ -424,7 +424,7 @@ function gaston_parse_axes_args(
424
end
425
push!(
426
axesconf,
427
- "set $(letter)$(I)label '$(axis[:guide])' $(gaston_font(guide_font))",
+ "set $(letter)$(I)label '$(Plots.get_guide(axis))' $(gaston_font(guide_font))",
428
)
429
430
logscale, base = if (scale = axis[:scale]) === :identity
0 commit comments