Hey Amuthan, Are you exporting as PDF? I had some weird issues where the resolution of printed PDFs from PyPlot.jl would have low resolution, but it would look fine on the screen. I solved it by just exporting EPS and then including that in LaTeX.
Not sure if this was a PyPlot.jl issue per se, or rather just some problem with the renderer or settings. // Rasmus Den tisdag 4 augusti 2015 kl. 17:32:41 UTC+2 skrev Amuthan A. Ramabathiran: > > Hello, > > I get very low resolution images when calling PyPlot from Julia on a Mac > (I use OS X Yosemite 10.10.4). I get sharp images if I call matplotlib > directly from python. Is this a known issue? If so, are there any tweaks to > fix this? Thanks! > > Best, > Amuthan >