From 92cad5376b0aa1649e0e1d0bd29a1b73f3d2b178 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Sun, 1 Aug 2021 00:21:13 +0200 Subject: [PATCH] Update gaston.jl --- src/backends/gaston.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/gaston.jl b/src/backends/gaston.jl index 58238f7a..769d2984 100644 --- a/src/backends/gaston.jl +++ b/src/backends/gaston.jl @@ -428,7 +428,7 @@ function gaston_set_legend!(axesconf, sp, any_label) occursin(position, string(leg)) && push!(axesconf, "set key $position") end if sp[:legendtitle] !== nothing - push!(axesconf, "set key title '$(sp[:legendtitle])' $(gaston_font(legendfont(sp)))") + push!(axesconf, "set key title '$(sp[:legendtitle])'") # $(gaston_font(legendfont(sp))) end push!(axesconf, "set key box lw 1 opaque") # push!(axesconf, "set key $(gaston_font(legendtitlefont(sp), rot=false, align=false))")