[email protected] wrote: > > > > > ----- Mensaje original ---- >> De: Eric Firing <[email protected]> >> >> import matplotlib.cbook as cbook >> >> def to_sequence(arg): >> if cbook.is_iterable(arg):
I goofed. It should be cbook.iterable(arg). Eric ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
