Changeset 169 for trunk/pycha/bar.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/bar.py

    r149 r169  
    8686 
    8787                if self.options.shouldFill: 
    88                     cx.set_source_rgb(*self.options.colorScheme[bar.name]) 
     88                    cx.set_source_rgb(*self.colorScheme[bar.name]) 
    8989                    cx.fill_preserve() 
    9090