Update gaston.jl
This commit is contained in:
parent
49aee2d204
commit
f0a1ef8a0c
@ -110,7 +110,7 @@ function gaston_saveopts(plt::Plot{GastonBackend})
|
|||||||
|
|
||||||
# Scale all plot elements to match Plots.jl DPI standard
|
# Scale all plot elements to match Plots.jl DPI standard
|
||||||
scaling = plt.attr[:dpi] / Plots.DPI
|
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, " ")
|
return join(saveopts, " ")
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user