-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Feature request: Named cyclers #10840
Copy link
Copy link
Closed as not planned
Labels
API: changesChanges to the public API, typically requiring deprecation.Changes to the public API, typically requiring deprecation.New featurestatus: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Milestone
Metadata
Metadata
Assignees
Labels
API: changesChanges to the public API, typically requiring deprecation.Changes to the public API, typically requiring deprecation.New featurestatus: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Action
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Request / Discussion
Summary
Like we have named colormaps, it would be useful to have named cyclers as well.
This would allow code like
or even by name:
Is it useful?
plt.pie(data, colors='desert').What would be needed?
Similar to colormaps:
register_cycler()get_cycler()Cyclerclass should get anameproperty.