Re: [Matplotlib-users] dropdown menu

2010-02-24 Thread Nadia Dencheva
Hello, I'm also interested in getting this done and started playing with the classes in offsetbox.py. I'll post if I get something working. The only way I can think of achieving the 'dropdown' effect is by changing the 'visible' property on the children. Is this the way to do it? Any better su

Re: [Matplotlib-users] how to use X11, not the "Python" app, on Mac OS X?

2008-04-16 Thread Nadia Dencheva
You need X11 based versions of Tcl/Tk and Python. I believe these are available through fink (or used to be), I build them from source. And then you can build matplotlib linking to these libraries (after tweaking setupext.py). It's somewhat involved but doable, actually you have to have a really

Re: [Matplotlib-users] build error on solaris

2007-05-04 Thread Nadia Dencheva
vcgen_stroke.o: > open > failed: No such file or directory > ld: fatal: file > build/temp.solaris-2.10-sun4u-2.5/agg23/src/agg_rasterizer_scanline_aa.o: > open failed: No such file or directory > ld: fatal: file > build/temp.solaris-2.10-sun4u-2.5/agg23/src/agg_curves.o: >

Re: [Matplotlib-users] build error on solaris

2007-04-30 Thread Nadia Dencheva
ython respect $CC. Nadia Dencheva Daniel Fan wrote: > Hi, I am trying install matplotlib on a solaris > machine. When I run > python setup.py build, I get the following error: > > GTK requires pygtk > GTKAgg requires pygtk > TKAgg requires TkInter > running build > runn

Re: [Matplotlib-users] segfault with TkAgg and any GUI in 2.5

2007-03-28 Thread Nadia Dencheva
Numarray does not work with Python 2.5 on 64 bit Linux. If this is a 64 bit Linux machine try using numpy instead. Nadia Dencheva Matt Beal wrote: > Having upgraded to 2.5, I get a segfault when running a very simple plot > script (test.py) at the show() function. Prior to show() I ca