[Matplotlib-users] Unable to plot simple matplotlib figures

2009-12-04 Thread Lisa M Winter
Hello. I installed matplotlib from source in Mac OS 10.6. However, I am unable to print this simple example plot: from pylab import * plot([1,2,3]) show() Here is what I get when I try using TkAgg as the backend: casa98-125-dhcp:.matplotlib lisa$ python simple_plot.py --verbose- helpful $HOM

Re: [Matplotlib-users] Installing matplotlib with Mac OS 10.6

2009-12-02 Thread Lisa M Winter
Just to be sure, > could you > post/send a full listing of your simple_plot.py? > > Thanks, > Bill > > On 12/2/09 2:01 PM, "Lisa M Winter" wrote: > >> Thanks for the pointers, Bill. >> >> I tried installing from source as you suggested, but I am g

Re: [Matplotlib-users] Installing matplotlib with Mac OS 10.6

2009-12-02 Thread Lisa M Winter
em for you if you don't already have them. The command > line > should look like: > sudo PREFIX=/Users/(your username)/.local make -f make.osx fetch deps > mpl_install > > Good luck, > Bill > On 12/2/09 12:31 PM, "Lisa M Winter" wrote: > >> Hello. >>

[Matplotlib-users] Installing matplotlib with Mac OS 10.6

2009-12-02 Thread Lisa M Winter
Hello. I am finding it very difficult to install matplotlib with snow leopard. I have the Apple XCODE installed along with numpy (which I have tested and works) and am running the python 2.6 version that comes with the Mac. I have run into the following problems: 1) The diskimage installat