Changeset 184

Show
Ignore:
Timestamp:
05/24/09 12:39:54 (14 months ago)
Author:
lgs
Message:

Add the title to the chart so we known the color scheme used

Location:
trunk/examples
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/color/colorschemes.py

    r170 r184  
    3030        }, 
    3131        'colorScheme': colorScheme, 
     32        'title': colorScheme['name'], 
    3233    } 
    3334    chart = pycha.pie.PieChart(surface, options)