> -----Original Message-----
> From: Eric Firing [mailto:[EMAIL PROTECTED] 

[snip]

> It probably comes down to program simplicity and readability, 
> not speed, in your case.
> 
> Eric


Hi Eric,

Thanks for this.  That's essentially the decision I had reached, but I
was also wondering if I'd missed something significant.  I think I will
code it up as-is right now, and if the routine is unacceptably slow
re-examine it with an eye to shifting over to using line-collections.

In the same vein, if I need to refactor, is there any benefit to
treating single series as a collection with only one segment?  I would
rather treat single series and multiple series in the same manner --
either plotting single series and multiple single-series or plotting
single-series collections and multiple-series collections.  That is, I'd
rather not have to treat plotting a single series in one manner and
multiple series in another.

Thanks,
Anthony. 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to