Sections
Timeline
View Tickets
New Ticket
Sub-Sections
Download
Unified Diff
Zip Archive
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement

Changeset 55 for trunk

Show
Ignore:
Timestamp:
25/08/08 09:06:23 (3 months ago)
Author:
gak
Message:
  • Added QR codes example
Location:
trunk/examples
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/line.py

    r52 r55  
    8787    chart.add_fill_range('224499', 1, 2) 
    8888    chart.add_fill_range('FF0000', 2, 3) 
    89      
     89 
    9090    # from the last real data to the 
    9191    chart.add_fill_range('80C65A', 3, 4) 
     
    119119    chart.fill_linear_stripes(Chart.CHART, 0, 'CCCCCC', 0.2, 'FFFFFF', 0.2) 
    120120 
    121     # Set the horizonal dotted lines 
     121    # Set the horizontal dotted lines 
    122122    chart.set_grid(0, 25, 5, 5) 
    123123