Changeset 171

Show
Ignore:
Timestamp:
03/18/09 15:37:59 (3 years ago)
Author:
lgs
Message:

Add a docstring for the rainbow color scheme

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pycha/color.py

    r170 r171  
    189189 
    190190class 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    """ 
    191196 
    192197    def __init__(self, keys, initialColor=DEFAULT_COLOR):