Changeset 184 for trunk/examples
- Timestamp:
- 05/24/09 12:39:54 (14 months ago)
- Location:
- trunk/examples
- Files:
-
- 3 modified
-
color/colorschemes.py (modified) (1 diff)
-
hbarchart.png (modified) (previous)
-
vbarchart.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/color/colorschemes.py
r170 r184 30 30 }, 31 31 'colorScheme': colorScheme, 32 'title': colorScheme['name'], 32 33 } 33 34 chart = pycha.pie.PieChart(surface, options)
