On Fri, 18 Jan 2008, Jim Vickroy wrote:

> I'm guessing that you do not have the following statement in your module:
>
>   * *import pylab as p*
>
> which is required if you are going to use statements like:
>
>   * *p.plot(...)*
>   * *p.axis(...)*
>   * *and so on.*

   Good catch, Jim! This is the format I was using while I had ...

> Of course, you could simply do the following:
>
>   * *import pylab*

   ... used this form for the import statement.

   Now, it's sorta' working. That is, I get all plots on one set of axes, not
separated by 'street' or 'town', and it displays in a popped up window.
Leaves the application hanging in an infinite loop, too.

   So, now that output is produced, I can start work on getting it correct.

Many thanks,

Rich

-- 
Richard B. Shepard, Ph.D.               |  Integrity            Credibility
Applied Ecosystem Services, Inc.        |            Innovation
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to