Re: [Matplotlib-users] Creating Dendrograms

2006-09-12 Thread Fernando Perez
On 9/12/06, John Hunter <[EMAIL PROTECTED]> wrote: Minor correction > license. Fernando Perez did this with ipython, which was released > under the LGPL and then re-released under a BSD license to ease > integration with scipy and other enthought products. The LGPL is ^^

Re: [Matplotlib-users] HELP: unable to plot simple example

2006-09-12 Thread Henock Abebe
Thanks I got it working now. I did not read the instructions properly. I was not using the proper backend. I was using one of the image backends when I should have been using the GUI backend. http://matplotlib.sourceforge.net/backends.html Henock

Re: [Matplotlib-users] HELP: unable to plot simple example

2006-09-12 Thread PGM
Try a different backend. If one doesn't work, something went wrong during the installation (it happened to me a couple of times, reinstalling from scratch seemed to have solve the pb). - Using Tomcat but need to do more? Ne

Re: [Matplotlib-users] Creating Dendrograms

2006-09-12 Thread John Hunter
> "R" == R Padraic Springuel <[EMAIL PROTECTED]> writes: R> Stéfan suggested that I include an example script to show R> people what the package could do. I thought this was a good R> idea, so I wrote one and have uploaded a new version of the R> package with the example scrip

Re: [Matplotlib-users] Creating Dendrograms

2006-09-12 Thread Michael Sorich
Hi, Looks very interesting. Is there any chance that this will be eventually included in MPL? Or at least have a license similar to MPL? 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/)

Re: [Matplotlib-users] tooltips in matplotlib?

2006-09-12 Thread Martin Spacek
Thanks for the help Ken and Christopher! 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. The tooltip's hangs obediently off of the bottom right of the mouse cursor. Its string is updated to reflect the

Re: [Matplotlib-users] HELP: unable to plot simple example

2006-09-12 Thread Fernando Perez
On 9/12/06, Henock Abebe <[EMAIL PROTECTED]> wrote: > > Hi, > > I just installed matplot and the required packages and I am having > a problem performing a simple plot. I would be grateful for any help > that I can get. I am using the default setting in the file matplotlibrc, > I tried setting 'int

[Matplotlib-users] HELP: unable to plot simple example

2006-09-12 Thread Henock Abebe
Hi,I just installed matplot and the required packages and I am havinga problem performing a simple plot. I would be grateful for any helpthat I can get. I am using the default setting in the file matplotlibrc,I tried setting 'interactive' to both True and False without any success.Here is the

[Matplotlib-users] py2exe help.

2006-09-12 Thread Kenny Ortmann
hey im trying to build an exe of my program and i have this as my setup file, from distutils.core import setup import py2exe from distutils.filelist import findall import os import matplotlib matplotlibdatadir = matplotlib.get_data_path() matplotlibdata = findall(matplotlibdatadir) matplotlibdata

Re: [Matplotlib-users] Default dpi for savefig

2006-09-12 Thread John Hunter
> "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 is set to 150. Thus,

[Matplotlib-users] Default dpi for savefig

2006-09-12 Thread David Huard
Hi, I'm a little bit lost with respect to setting the resolution of images saved in png.The  matplotlibrc file sets the dpi to 80, but the default keyword argument of savefig is set to 150. Thus, changing the rc setting to dpi=300 does not modify savefig's default behaviour.  Is there a way to set

Re: [Matplotlib-users] tooltips in matplotlib?

2006-09-12 Thread Christopher Barker
Ken McIvor wrote: > Unfortunately, I don't think wxWidgets exposes the functionality for > displaying a wx.ToolTip. Yes, it does, though I haven't used it: wx.TipWindow Shows simple text in a popup tip window on creation. This is used by wx.SimpleHelpProvider to show popup help. The window au

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

2006-09-12 Thread Paul-Michael Agapow
After some progress in installing matplotlib (after solving the numpy problem, thanks), I've hit another obstacle. Again, perhaps someone will recognise the symptoms or suggest the next place to look. The technical set up: OSX 10.4, MPL 0.87.5, numeric, numarray and  numpy 1.0b5 installed, intel Ma

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

2006-09-12 Thread Charlie Moad
> After some progress in installing matplotlib (after solving the numpy > problem, thanks), I've hit another obstacle. Again, perhaps someone will > recognise the symptoms or suggest the next place to look. The technical set > up: OSX 10.4, MPL 0.87.5, numeric, numarray and numpy 1.0b5 installed,