GR.jl: Change backgroundcolor of savefig() image

Hi all,

The script

using GR
plot(randn(199))
savefig("./test.PNG")

produces a PNG picture with a transparent background.
How to fix this and make it for example white?

Thanks.

savefig("./test.jpg")
1 Like

What about a vector graphik pdf?