[Matplotlib-users] Having trouble installing matplotlib on Mac OS X Lion

2011-08-08 Thread Bill Carithers
Hi all, I had matplotlib-0.99.1.1 working with Python 2.6 on OS X v10.6(Snow Leopard). Today I upgraded to Lion (v10.7) and matplotlib had disappeared. Lion ships with Apple¹s version of Python 2.7. Even when I look back at Python 2.6 in the /System/Library/Frameworks/Python/Version/Python2.6, it

Re: [Matplotlib-users] segfault in matplotlib

2011-08-08 Thread Michael Droettboom
This is a shot in the dark, but I've seen this before when matplotlib didn't get fully rebuilt after a numpy upgrade. Mike On 08/04/2011 01:13 PM, Alexey Uimanov wrote: > here is the sample code "embedding_in_gtk2.py" > > 6 import gtk > 7 > 8 from matplotlib.figure import Figure > 9 from

[Matplotlib-users] Matplotlib interactive application

2011-08-08 Thread German Ocampo
Good afternoon Experts: Do you know if there is an py application where I can build a matplotlib plot interactively for data series, and then when it finished, the source code could be exported to be used in a python application? Many thanks for your help, German -