Changeset 171 for trunk/pycha/color.py
- Timestamp:
- 03/18/09 15:37:59 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pycha/color.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pycha/color.py
r170 r171 189 189 190 190 class RainbowColorScheme(ColorScheme): 191 """In this color scheme the rainbow is divided in N pieces 192 where N is the number of datasets. 193 194 So each dataset gets a color of the rainbow. 195 """ 191 196 192 197 def __init__(self, keys, initialColor=DEFAULT_COLOR):
