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?
2) How do patch/poly collections determine the edges?  All I can see in the
docs is a mention of a list of verts, but not any mention of how you specify
edges.

Thanks,
--bb

On 5/19/07, Christopher Barker <[EMAIL PROTECTED]> wrote:

Bill,

I'm not totally sure if it will help for this, but try checking out

matplotlib.collections.LineCollection
and
matplotlib.collections.PolyCollection

http://matplotlib.sourceforge.net/matplotlib.collections.html

-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