Changeset 169 for trunk/pycha/scatter.py

Show
Ignore:
Timestamp:
03/17/09 05:27:31 (3 years ago)
Author:
lgs
Message:

Big refactor about how the colors scheme are created and used. See #29

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pycha/scatter.py

    r140 r169  
    4444        # TODO: self.options.stroke.shadow 
    4545        for key in self._getDatasetsKeys(): 
    46             cx.set_source_rgb(*self.options.colorScheme[key]) 
     46            cx.set_source_rgb(*self.colorScheme[key]) 
    4747            preparePath(key) 
    4848            cx.stroke()