Re: [Matplotlib-users] ANN: matplotlib-0.90.1

2007-06-05 Thread Werner F. Bruhin
John, John Hunter wrote: On 6/4/07, Werner F. Bruhin [EMAIL PROTECTED] wrote: John Hunter wrote: matplotlib 0.90.1 is out and available for download from the sourceforge site. Just installed it. Works very nicely with the exception of some font issue. I am getting this: Could not match

Re: [Matplotlib-users] ANN: matplotlib-0.90.1

2007-06-05 Thread Werner F. Bruhin
John Hunter wrote: matplotlib 0.90.1 is out and available for download from the sourceforge site. When trying to package my application with py2exe I get the following error: Traceback (most recent call last): File setup.py, line 141, in module mpdir, mpfiles =

Re: [Matplotlib-users] Prompt in MPL

2007-06-05 Thread Mark Bakker
I think a prompt could be very useful in MPL, just to build small little GUI's that only need 1 or 2 boxes. I also realize it is not easy, and for bigger jobs you want a full GUI environment like wx or Tk anyway, so I understand it when developers set other priorities. Then again, I would really

Re: [Matplotlib-users] Prompt in MPL

2007-06-05 Thread John Hunter
On 6/5/07, Mark Bakker [EMAIL PROTECTED] wrote: I think a prompt could be very useful in MPL, just to build small little GUI's that only need 1 or 2 boxes. I also realize it is not easy, and for bigger jobs you want a full GUI environment like wx or Tk anyway, so I understand it when developers

Re: [Matplotlib-users] ANN: matplotlib-0.90.1

2007-06-05 Thread Andrew Straw
Dear Werner, This seems to be an unintended side-effect of reorganizing the mpl data file location that I did prior to this release. (I.e. it's not your code that broke, I think it's mpl.) Unfortunately, since I didn't (and still don't) use py2exe, it will be hard for me to fix this. Can you

Re: [Matplotlib-users] Prompt in MPL

2007-06-05 Thread Mark Bakker
I notice the alignment problem. But it looks like you are close. On my machine (win32), the 'enter' key didn't work either. It works like a backspace. That sounds like what Matthias reported. Mark On 6/5/07, John Hunter [EMAIL PROTECTED] wrote: On 6/5/07, John Hunter [EMAIL PROTECTED] wrote:

Re: [Matplotlib-users] Prompt in MPL - NEVER MIND

2007-06-05 Thread Mark Bakker
I just saw in the code: if event.key is None: # simulate backspace So it works properly, Mark On 6/5/07, Mark Bakker [EMAIL PROTECTED] wrote: I notice the alignment problem. But it looks like you are close. On my machine (win32), the 'enter' key didn't work either. It works like a backspace.

[Matplotlib-users] Chart plotting blank?

2007-06-05 Thread Erik Wickstrom
Hi, I'm trying to plot a barchart for use in a django site. It's creating a blank chart image though.(attached). What am I doing wrong? from pylab import * def chart(request): from PIL import Image as PILImage from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas

[Matplotlib-users] resizing of markers when a plot is resized ?

2007-06-05 Thread Iyer
Hi folks, I have a marker on a plot that is 5 units long, if I resize the figure, the markers don't get resized appropriately. How do I address this? code snippet to display markers: self.axes.annotate(text, xy=(0.5, 0.5),