Re: [Matplotlib-users] plot() hangs up, how to rescue Python?

2008-07-27 Thread Anand Patil
OK, no prob -- just one of those Linux things I guess. Anand On Sat, Jul 26, 2008 at 11:56 PM, John Hunter [EMAIL PROTECTED] wrote: On Sat, Jul 26, 2008 at 5:46 PM, Anand Patil [EMAIL PROTECTED] wrote: Well, I lost it... whatever was hung up apparently gave up and killed Python when I

[Matplotlib-users] plot() hangs up, how to rescue Python?

2008-07-26 Thread Anand Patil
to preserve the data Python has in memory. Is there any way to kill the plot command and wake Python back up? Thanks, Anand Patil - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

Re: [Matplotlib-users] plot() hangs up, how to rescue Python?

2008-07-26 Thread Anand Patil
Well, I lost it... whatever was hung up apparently gave up and killed Python when I shut down my local machine. It would still be nice to know how to fix this though, in case it happens again... Thanks, Anand On Sat, Jul 26, 2008 at 12:34 PM, Anand Patil [EMAIL PROTECTED] wrote: Hi all, I'm

Re: [Matplotlib-users] Matplotlib Cocoaagg backend

2007-02-25 Thread Anand Patil
showing the first plot the user requests, and I can't get it to work in interactive mode. On the (good) chance you're aware of those and working on it, sorry. Thanks, Anand Charlie Moad wrote: On 2/21/07, Anand Patil [EMAIL PROTECTED] wrote: From the matplotlib-devel list: On 2/14/07, Michiel

[Matplotlib-users] How to make figures transparent by default, leave foreground color to pdflatex?

2007-02-25 Thread Anand Patil
from black to the color of the text in the presentation. Is there a way to signal to Matplotlib that I would like this to happen? Can I make this behavior default? Many thanks, Anand Patil - Take Surveys. Earn Cash. Influence

Re: [Matplotlib-users] Intermittent Matplotlib crash on OS X

2007-02-21 Thread Anand Patil
Russell and Eric, many thanks for sticking with me on this issue. I've been able to reproduce the problem just by calling gc.collect() without loading Matplotlib, so it looks like the problem is elsewhere. I'm very sorry I didn't realize this sooner. Cheers, Anand

[Matplotlib-users] Intermittent Matplotlib crash on OS X

2007-02-20 Thread Anand Patil
. I don't know anyone named Ronald and no such directory exists on my machine. Thanks, Anand Patil - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

Re: [Matplotlib-users] Intermittent Matplotlib crash on OS X

2007-02-20 Thread Anand Patil
Matplotlib occasionally crashes Python at the end of a long program on my powerbook g4 running OS X 10.4. gdb output follows: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0a68fe40 0x002eae50 in visit_decref (op=0x28a1cb0, data=0x0)

[Matplotlib-users] CocoaAgg error

2007-02-11 Thread Anand Patil
exception '*** -[NSKeyedUnarchiver decodeObjectForKey:]: missing class information for object' that raised during delayed perform of target 0x400f950 and selector 'startWithBundle:' I'm using Python 2.4.3 on OS X 10.4, PPC. Thanks in advance for any help, Anand Patil