Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2-incubating
-
None
Description
For 2D line plots (time series) in matplotlib, default colors for each line are cycled through a default list of colors if no color is specified in the plotting call. However this list contains only seven colors, so colors will be repeated if there are eight or more datasets, making the plots more difficult to interpret. Unique colors will need to be assured for an arbitrary number of datasets.