Re: [Matplotlib-users] show() problem in Mac OS X 10.5.8

2009-08-20 Thread Kim, Dae-Won
using. > > --Michiel. > > --- On Wed, 8/19/09, Kim, Dae-Won wrote: > > > From: Kim, Dae-Won > > Subject: Re: [Matplotlib-users] show() problem in Mac OS X 10.5.8 > > To: "Ryan May" > > Cc: matplotlib-users@lists.sourceforge.net > > Date: Wednesday,

Re: [Matplotlib-users] show() problem in Mac OS X 10.5.8

2009-08-19 Thread Kim, Dae-Won
clf() plot([1,2,3,4,5]) show() With this approach, I can press the enter when I want to see next figure. Though It's not as convenient as 'multiple show()'.. On Wed, Aug 19, 2009 at 1:57 PM, Kim, Dae-Won wrote: > > > On Wed, Aug 19, 2009 at 1:02 PM, Ryan May wrot

Re: [Matplotlib-users] show() problem in Mac OS X 10.5.8

2009-08-19 Thread Kim, Dae-Won
On Wed, Aug 19, 2009 at 1:02 PM, Ryan May wrote: > On Wed, Aug 19, 2009 at 11:55 AM, coati wrote: > >> >> I have a problem with show() command in my macbook machine (Leopard >> 10.5.8). >> For example, if I run the script shown below >> (let assume it is saved as 'test.py', and I run a command