Re: [Matplotlib-users] Error with matplotlib-0.98.5.1-py2.5-macosx10.5.mpkg

2008-12-17 Thread Chris.Barker
Kaushik Ghose wrote: > Hi John, > > This is odd. After successfully installing the egg (last post) and then > removing > it by doing > > sudo rm -rf > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib* > > I now get > sudo installer -pkg matplotlib-0.98.

Re: [Matplotlib-users] Handling data and creating arrays

2008-06-13 Thread Chris.Barker
washakie wrote: > DataDict={var1:(x1,y1),var2:(x2,y2),var3:(x3,y3)} ; where the x and y's are > generally lists. You might be able to use numpy record arrays (recarray). There are lots of good reasons to use numpy arrays other than plotting. -Chris -- Christopher Barker, Ph.D. Oceanographe

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Chris.Barker
Charlie Moad wrote: > I agree you are not using a universal build of python to compile > matplotlib. You cannot pass in the "-arch i386 -arch ppc" flags. > Only pass the architecture of your computer. Actually, I think the OP IS using a universal python, thus both flags -- he isn't manually pa