On 5/18/07, Christopher Barker <[EMAIL PROTECTED]> wrote:
>
>
> 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)



Yep, this i the right approach.  See the following examples:

collections_demo.py
dynamic_collection.py
lasso_demo.py
line_collection.py
line_collection2.py

-------------------------------------------------------------------------
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