[Matplotlib-users] Latest basemap version usable with matplotlib 0.91.2

2008-08-02 Thread Anand Patil
Hi all, I've decided to hitch my wagon to the enthought distribution, which comes with matplotlib 0.91.2... so when I try to use basemap I get : your matplotlib is too old - basemap requires version 0.98 or higher, you have version 0.91.2 I tried just installing matplotlib from svn, but it doesn'

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 gav

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: &g

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

2008-07-26 Thread Anand Patil
than 24 hours. I would REALLY like 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 Deve

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

2007-02-25 Thread Anand Patil
anged 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. Infl

Re: [Matplotlib-users] Matplotlib Cocoaagg backend

2007-02-25 Thread Anand Patil
nk plot before 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: > >> >&g

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

Re: [Matplotlib-users] Matplotlib Cocoaagg backend

2007-02-21 Thread Anand Patil
From the matplotlib-devel list: >On 2/14/07, Michiel Jan Laurens de Hoon <[EMAIL PROTECTED]> wrote: >> Dear Charles, >> >> I was trying to use your cocoa-agg backend for matplotlib, but it seems >> to have a problem to read Matplotlib.nib. Opening this nib with >> Interface Builder also gi

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

2007-02-20 Thread Anand Patil
>Anand Patil wrote: > > >>>>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

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,

[Matplotlib-users] Intermittent Matplotlib crash on OS X

2007-02-20 Thread Anand Patil
dock. 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

[Matplotlib-users] CocoaAgg error

2007-02-11 Thread Anand Patil
hiver 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