I am trying to save a plot with scatter,marketcolors, etc etc… in either pdf or eps, but I can only save in png.
If the extension is pdf or eps the code crashes with pyplot() or it fails at plotting the minus sign in front of negative numbers in eps().
Thanks
The code I run (or with gr()) is
using Plots
pyplot()
plot(x,y)
savefig("Figure.pdf")