From f0a1ef8a0c8e356283bc351652b07376ea1bb624 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Tue, 5 Apr 2022 15:26:17 +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 a883c00c..1f92fe4b 100644 --- a/src/backends/gaston.jl +++ b/src/backends/gaston.jl @@ -110,7 +110,7 @@ function gaston_saveopts(plt::Plot{GastonBackend}) # Scale all plot elements to match Plots.jl DPI standard scaling = plt.attr[:dpi] / Plots.DPI - push!(saveopts, "fontscale $scaling lw $scaling dl $scaling ps $scaling") + push!(saveopts, "fontscale $scaling lw $scaling dl $scaling") # ps $scaling return join(saveopts, " ") end