Re: [Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-07 Thread Adam Mercer
On Dec 7, 2007 9:09 AM, Michael Droettboom [EMAIL PROTECTED] wrote: You could try setting your backend to simply Agg to rule out some Tk usage/installation problem as the culprit. Thanks, the problem goes away if I use the Agg backend. Cheers Adam

Re: [Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-07 Thread Adam Mercer
On Dec 7, 2007 8:21 AM, Michael Droettboom [EMAIL PROTECTED] wrote: Can you also please attach your data -- or point to some acceptable data online? What platform and backend are you using? I've attached an example data file. I'm using the TKAgg backend on Mac OS X Leopard. Cheers Adam

Re: [Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-07 Thread Michael Droettboom
Unfortunately, I'm not able to reproduce this bug on RHEL 4. Valgrind (a memory checking tool) doesn't come up with any clues. You could try setting your backend to simply Agg to rule out some Tk usage/installation problem as the culprit. Other than that, I'm stumped, but maybe one of the

Re: [Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-07 Thread Michael Droettboom
Can you also please attach your data -- or point to some acceptable data online? What platform and backend are you using? Cheers, Mike Adam Mercer wrote: Hi Since updating to 0.91.1 one of my scripts, attached, has stopped working. I get the following error when trying to run it $

[Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-06 Thread Adam Mercer
Hi Since updating to 0.91.1 one of my scripts, attached, has stopped working. I get the following error when trying to run it $ ./plot.py data.dat plot.png alloc: invalid block: 0x1c15fa4: 40 1 0 Abort trap $ Any ideas what could be causing this? Cheers Adam plot.py Description: Binary