Skip to content

Implement color cycle #189

@Datseris

Description

@Datseris

One of the amazing things of PyPlot is the existence of a default "color cycle".

In makie:

plot(rand(10), rand(10))
plot!(rand(10), rand(10))
plot!(rand(10), rand(10))
plot!(rand(10), rand(10))

produces 4 lines with black color, while in PyPlot each line that is not given a color explicitly, gets one from the default color cycle and advances the cycler timer by one.

This timer must be an attribute of the current axis one plots on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    vizconThings we can implement at vizcon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions