Re: [Matplotlib-users] tooltips in matplotlib?

2006-09-13 Thread Martin Spacek
Just gave it a try, and yes, the tooltip tracks the mouse perfectly for me on my win32 install. Martin Christopher Barker wrote: >>> once running, it's not working quite right: the tooltip always is at >>> the bottom of the Window, though it does track the X location. >> >> Hm, dunno. I'm runni

Re: [Matplotlib-users] tooltips in matplotlib?

2006-09-13 Thread Christopher Barker
once running, it's not working quite right: the tooltip always is at the bottom of the Window, though it does track the X location. Hm, dunno. I'm running win32 (winxp), Python 2.4.3. Maybe try updating your wx install. I've tried with 2.6.3, same result. I think this is a platform issue:

Re: [Matplotlib-users] tooltips in matplotlib?

2006-09-13 Thread Martin Spacek
> mpl.use('WXAgg') has to come before "import pylab" Right, my mistake. My mpl defaults to wxagg, so I didn't notice that. I'll post an updated one to the devel list. > once running, it's not working quite right: the tooltip always is at the > bottom of the Window, though it does track the X loc

Re: [Matplotlib-users] MPL/Pylab install woes (still)

2006-09-13 Thread Christopher Barker
Paul-Michael Agapow wrote: > there was a previous wx installation on my machine. > (Possibly installed by some super-pack or along with some other > library.) Apple put it there. they included a version of wxpython with their Python install. It's out of date, but pretty coll that they did it.

Re: [Matplotlib-users] tooltips in matplotlib?

2006-09-13 Thread Christopher Barker
Martin Spacek wrote: > Attached is an example file of > what I've got running now. It should run on its own. A wx tooltip pops > up whenever the mouse is over the axes. cool. I had to make a change to get it to run: mpl.use('WXAgg') has to come before "import pylab" once running, it's not wo

Re: [Matplotlib-users] Creating Dendrograms

2006-09-13 Thread R. Padraic Springuel
> Have you thought about combining the dendrogram with a > heatmap/colormap (e.g. > http://www2.warwick.ac.uk/fac/sci/moac/currentstudents/peter_cock/python/heatmap/)? > Could ClusterPlot be combined with pcolor() to do this? To be honest, I haven't thought about doing anything like this. While

Re: [Matplotlib-users] Creating Dendrograms

2006-09-13 Thread R. Padraic Springuel
I chose the GPL because it was the open source license I was aware of and didn't realize that it would create problems with reusability of the code. It is not my intention to restrict people from reusing the code. Indeed, I'd much prefer that people did reuse the code. Since that appears to

Re: [Matplotlib-users] Default dpi for savefig

2006-09-13 Thread John Hunter
> "Yannick" == Yannick Copin <[EMAIL PROTECTED]> writes: Yannick> Hi, >>> > "David" == David Huard <[EMAIL PROTECTED]> >>> writes: >> David> Hi, I'm a little bit lost with respect to setting the David> resolution of images saved in png. The matplotlibrc fil

Re: [Matplotlib-users] Default dpi for savefig

2006-09-13 Thread Yannick Copin
Hi, >> > "David" == David Huard <[EMAIL PROTECTED]> writes: > > David> Hi, I'm a little bit lost with respect to setting the > David> resolution of images saved in png. The matplotlibrc file > David> sets the dpi to 80, but the default keyword argument of > David> savefig

Re: [Matplotlib-users] MPL/Pylab install woes (still)

2006-09-13 Thread Paul-Michael Agapow
Spot on. Thanks Charles - that did the trick (setting WX_CONFIG to point to the right place). I had the universal wxpython installed but unbeknownst to me there was a previous wx installation on my machine. (Possibly installed by some super-pack or along with some other library.) Setting the enviro