On Fri, Apr 1, 2011 at 4:46 PM, Eric Firing <efir...@hawaii.edu> wrote:

> On 04/01/2011 10:47 AM, Benjamin Root wrote:
> > Just had a thought and I am curious about what others think.
> >
> > Now that we have agreed that calling a plotting function with empty data
> > should always be considered valid, should it also automatically advance
> > the colorcycle?  I think it should.
>
> I agree.  Fortunately, that is the present behavior, at least with this
> simple test:
>
> plot([1,2,3])
> plot([], [])
> plot([3,2,1])
>
> Eric
>
>
Ok, good to know that someone else agrees.  Enforcing this would probably
best be done through tests that explicitly tests for this in a variety of
different kinds of plots.  Looks like yet another thing to add to my todo
list when I finish my current "distraction".

Ben Root
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to