Thanks! The only issue I had with plots in IJulia was that I could not find
a way to actually export or save them. Each time I kept getting blank
documents. I want to be able to export them as publication quality
(dpi=300). How do I do that from IJulia? Thanks,
Eric
On Friday, February 7, 2014 8:03:49 AM UTC-7, Steven G. Johnson wrote:
>
>
>
> On Thursday, February 6, 2014 11:09:21 PM UTC-5, Eric Libby wrote:
>>
>> It was working with before. How can I do a completely clean install on a
>> Mac and remove Canopy/Anaconda so as to make sure Julia and PyPlot play
>> well?
>>
>
> Canopy and Anaconda make some modifications to your environment variables
> in ~/.profile, so just comment those out and then "python" will be the
> system Python again.
>
> This whole mess with qt_menu.nib files is why I suggested running IJulia
> in your browser. Run
> Pkg.add("IJulia")
> and then
> ipython notebook --profile julia
> That way plots will just appear in your notebook window and the whole
> question of the GUI backend for matplotlib is mostly circumvented (e.g.
> Anaconda should work without modification). Anyway, the notebook
> interface is mostly nicer than the terminal interface.
>