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.
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
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