On Wed, 31 May 2006, Louis Pecora wrote: 
> Is this good matplotlib behavior?

I think so.  It is Python behavior.
You are using a mutable object,
and the plot of this object changes
when you chage the object.

> Is it necessary to use new variables for each call of 
> plot? 

No.  Just assign a new object to the name,
rather than changing the existing object.

hth,
Alan Isaac





-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to