On Tue, Feb 15, 2011 at 9:24 AM, Sebastian Busch wrote:
> Dear list,
>
> if I do a
>
> plot([1,2],[1,2])
> plot([1,2],[1,3])
> plot([1,2],[1,4])
>
> I will get three lines. All have linestyle='-', the colour is changed
> automatically: blue, green, red, ...
>
> Can I change this behaviour to: All
Dear list,
if I do a
plot([1,2],[1,2])
plot([1,2],[1,3])
plot([1,2],[1,4])
I will get three lines. All have linestyle='-', the colour is changed
automatically: blue, green, red, ...
Can I change this behaviour to: All have the colour black, and the
linestyle is changed /automatically/ '-', '--'