Update gaston.jl

This commit is contained in:
t-bltg
2022-04-05 15:26:17 +02:00
committed by GitHub
parent 49aee2d204
commit f0a1ef8a0c
+1 -1
View File
@@ -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