-
-
Notifications
You must be signed in to change notification settings - Fork 361
Closed
Labels
vizconThings we can implement at vizconThings we can implement at vizcon
Description
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
Labels
vizconThings we can implement at vizconThings we can implement at vizcon