Changeset 175 for trunk/pycha/pie.py
- Timestamp:
- 03/21/09 08:19:39 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pycha/pie.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pycha/pie.py
r169 r175 133 133 lookup = dict([(slice.xval, slice) for slice in self.slices]) 134 134 135 136 cx.select_font_face(self.options.axis.tickFont, 137 cairo.FONT_SLANT_NORMAL, 138 cairo.FONT_WEIGHT_NORMAL) 139 cx.set_font_size(self.options.axis.tickFontSize) 140 135 141 cx.set_source_rgb(*hex2rgb(self.options.axis.labelColor)) 136 142
