On Fri, Apr 1, 2011 at 4:46 PM, Eric Firing <ef...@ha...> 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
|