/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k

« back to all changes in this revision

Viewing changes to examples/line.py

  • Committer: gak
  • Date: 2008-08-25 09:06:23 UTC
  • Revision ID: git-v1:9facba979178a3471204a39064094bff5c24d22c
 - Added QR codes example

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    # Between the 3 data values
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)
92
92
 
118
118
    # Set the vertical stripes
119
119
    chart.fill_linear_stripes(Chart.CHART, 0, 'CCCCCC', 0.2, 'FFFFFF', 0.2)
120
120
 
121
 
    # Set the horizonal dotted lines
 
121
    # Set the horizontal dotted lines
122
122
    chart.set_grid(0, 25, 5, 5)
123
123
 
124
124
    # The Y axis labels contains 0 to 100 skipping every 25, but remove the