[PATCH] Creating more structure in examples/all.py to differentiate examples that need a plotting window.

2008-12-08 Thread andy . terrel
From: Andy R. Terrel <[EMAIL PROTECTED]> --- examples/all.py | 143 +-- 1 files changed, 97 insertions(+), 46 deletions(-) diff --git a/examples/all.py b/examples/all.py index 65988af..3a395ab 100755 --- a/examples/all.py +++ b/examples/all.p

Re: [PATCH] Creating more structure in examples/all.py to differentiate examples that need a plotting window.

2008-12-09 Thread Ondrej Certik
+1, thanks! On Mon, Dec 8, 2008 at 10:18 PM, <[EMAIL PROTECTED]> wrote: > > From: Andy R. Terrel <[EMAIL PROTECTED]> > > --- > examples/all.py | 143 > +-- > 1 files changed, 97 insertions(+), 46 deletions(-) > > diff --git a/examples/all.py