Hi Steve,

I am not using Ijulia, I am using just the terminal. I used the command

savefig("exponentialjl.pdf");

to save my figure in julia. On the other hand I save the figure like
png in python
savefig('exponential.png')

and it's working perfectly. Actually I also use octave and the plots
look kind of messy too, specially the legends.
I think it can be a problem with gnuplot, but I know that gnuplot is
not related with julia, so I don't know why I have
this error in julia.

2015-08-27 8:04 GMT-04:00 Steven G. Johnson <[email protected]>:
> Are you using PyPlot from IJulia?  It uses PNG to display the image.   What
> happens if you savefig('foo.png') in Python?

Reply via email to