Auto assign line styles, colors, markers

I just tested this with matplotlib 0.87, and repeated calls of plot()
without any style arguments produces lines in solid style, no
markers, but different colors.

Cheers,
-- Dave
Email: david.w.h.chin@...287...

···

On 3/29/06, Diwaker Gupta <diwaker.lists@...287...> wrote:

In gnuplot, as one plots multiple lines on the same graph, the default
behavior is that gnuplot automatically selects linestyle, colors and
markers. In matplotlib, the default behavior (if I don't specify
format etc) is to draw every line in solid style, no markers, blue
color. I much prefer gnuplot's default behavior -- is there some way
of configuring matplotlib to do the same?