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.
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")
What about a vector graphik pdf?