cycler icon indicating copy to clipboard operation
cycler copied to clipboard

cycler: composable cycles

Results 15 cycler issues
Sort by recently updated
recently updated
newest added

This makes the docs more in keeping with the main Matplotlib docs. To make the top navbar have sensible sections I've split up the single page into three different pages.

Seems like these are not run.

Only look at the second commit. This is mostly for discussion. As with #38 this is a useful function, but not sure it is useful enough / has a 'correct'...

Only look at the second commit for now (this also has the pytest changes in). This is mostly for discussion. I am split on including this or not.

It could be useful to have the possibility to define a pseudo-infinite cycle which gives some first colors and then use the last one defined in the cycle. Why this...

The discussion in #1 introduced a `concat` method. For combining more than two cyclers, it would be convenient to assign an infix operator for concatenation, but there is no obvious...

It would be useful to add `__getitem__` functionality to `cycler`. The use case is a "crowded" for loop where you want to get the cycler style without using a loop...

From private discussions with @weathergod This still needs: - is this actually a good idea to include? - tests - make sure it is in the docs + example

It would be nice to be able to add cycles of differing lengths whose properties cycle independently.