Bill Baxter wrote:
> That does look like what I'm after.  Two things are unclear to me from 
> the docs you pointed to:
> 1) How do you actually add something to a plot with those?  Are they 
> automatically added to the current figure just by creating them?

I'm no expert, but it looks like you need to do:
axis.add_collection(YourCollection)

After all, there could be any number of axes on one figure.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to