Hi Steve,
After some test in my plots and googling. I changed my version of Gnuplot
from 4.6. patchlevel 4 to gnuplot 4.6 patchlevel 6 and julia is working
perfectly now.
I don't know how julia and Gnuplot are related but it works.
On Thursday, August 27, 2015 at 8:24:43 AM UTC-4, Juan Carlos Cuevas
Bautista wrote:
>
> 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?
>