Skip to content

Commit 27145df

Browse files
committed
missed a spot
1 parent d01e714 commit 27145df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backends/gaston.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ function gaston_parse_axes_args(
424424
end
425425
push!(
426426
axesconf,
427-
"set $(letter)$(I)label '$(axis[:guide])' $(gaston_font(guide_font))",
427+
"set $(letter)$(I)label '$(Plots.get_guide(axis))' $(gaston_font(guide_font))",
428428
)
429429

430430
logscale, base = if (scale = axis[:scale]) === :identity

0 commit comments

Comments
 (0)