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,

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

[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] 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, changing 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)

[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

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

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.

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 script. I've

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?