Hi Paul,
Thanks. I tried that and I get the same results as you --- running
"./version.py" returns 2.7.1 but "python version.py" returns 2.7.2. I think
it's because the python installed at /usr/bin/python is the one that came with
the OS; when I installed python 2.7.2 using macports, it install
I've been suffering from installing Scipy, Numpy, and matplotlib on my
Mac-Lion system. I've searched through google and attempted a couple of the
methods. Some worked fine, some not. In the end I decided to use Enthought
Python Distribution. I've found it very easy and working fine. Of course,
I'd
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