Hi Amuthan,

This might be because PyPlot in Julia uses a different graphics backend 
than when you call Matplotlib directly in Python. Working from Python, the 
default option is osx' native Cocoa framework (which supports retina 
displays), while PyPlot in Julia uses QT or Gtk. As far as I know it is not 
possible to get PyPlot in Julia to use Cocoa without changing PyPlot's code 
(see: https://github.com/stevengj/PyPlot.jl/issues/11).

Best,
Allard

Op donderdag 6 augustus 2015 17:35:31 UTC+2 schreef Amuthan A. Ramabathiran:
>
> Hi Christoph,
>
> Yes, this solved the issued on IJulia (running in Safari). Thanks a lot!
>
> I still have a pixelated image when I display pyplot images from a julia 
> terminal. Not sure why this happens.
>
> Amuthan
>
> On Wednesday, August 5, 2015 at 9:57:39 PM UTC-7, Christoph Ortner wrote:
>>
>> For me, I need to set PyPlot.svg(true) to get good resolution in IJulia 
>> notebooks 
>>
>> A friend of mine also mentioned that Chrome gives better performance or 
>> resolution (?) than Safari; but I did not try this.
>>
>> Christoph
>>
>

Reply via email to