Changeset 112 for trunk/examples

Show
Ignore:
Timestamp:
10/28/08 16:28:25 (3 years ago)
Author:
lgs
Message:

Remove whitespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/scatterchart.py

    r85 r112  
    2828    surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, 400, 200) 
    2929 
    30      
     30 
    3131    dataSet = ( 
    3232        ('points', [(i, random.random() * 100.0) for i in range(100)]),