Re: [Matplotlib-users] pylab.show() does nothing OSX Lion

2011-11-22 Thread Collin Capano
5) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] When I change the first line in version.py in #!/Library/Frameworks/Python.framework/Versions/2.7/bin/python the results of the two test are the same. Maybe this helps you. Please give me your results. Paul 2011/11/16 Coll

[Matplotlib-users] pylab.show() does nothing OSX Lion

2011-11-17 Thread Collin Capano
Hi, I've installed matplotlib on a new computer running OSX Lion 10.7.2 (Xcode version 4.2). When I open ipython and try to run: In [1]: import pylab In [2]: pylab.figure(); pylab.plot([0,1],[2,2]); pylab.show() nothing happens. I can, however, save the plot using pylab.savefig. I am using mat