>
> Norbert,
>
> It did, thank you!   One question, though:  when I originally tried
> something like this, it didn't work, because it was treating pl as a list
> and giving me the error of
> "list object has no attribute 'set_mec()'"  Why does the addition of the
> comma to pl allow it to see it as a line?
>

You can draw multiple lines with a single plot command and
plot() returns a "list" of lines that were added.
In this case, the return value is a list of a single line, which is
unpacked with the comma .
Regards,

-JJ

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to