- Timestamp:
- 25/08/08 09:06:23 (3 months ago)
- Location:
- trunk/examples
- Files:
-
- 1 added
- 1 modified
-
line.py (modified) (2 diffs)
-
qrcodes.py (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/line.py
r52 r55 87 87 chart.add_fill_range('224499', 1, 2) 88 88 chart.add_fill_range('FF0000', 2, 3) 89 89 90 90 # from the last real data to the 91 91 chart.add_fill_range('80C65A', 3, 4) … … 119 119 chart.fill_linear_stripes(Chart.CHART, 0, 'CCCCCC', 0.2, 'FFFFFF', 0.2) 120 120 121 # Set the horizon al dotted lines121 # Set the horizontal dotted lines 122 122 chart.set_grid(0, 25, 5, 5) 123 123