Re: [julia-users] Re: pyplot doesn't display anything, how do I choose the right backend

2014-12-03 Thread Isaiah Norton
Might be a paths issue - check the contents of 'sys.path' when running
python directly vs. PyCall.

On Wed, Dec 3, 2014 at 2:08 PM, thr johannes.thr...@gmail.com wrote:

 Sorry, I forgot to mention the versions: Julia 0.3, python 3.3.5,
 matplotlib 1.3 on gentoo.



Re: [julia-users] Re: pyplot doesn't display anything, how do I choose the right backend

2014-12-03 Thread Steven G. Johnson
Yeah, probably you are running a different version of Python (or a 
different Python path) in Julia than you are when you run Python 
separately.   (You can use the PYTHON environment variable to specify the 
path of the python executable that you want Julia to use.)