Changeset 87 for trunk

Show
Ignore:
Timestamp:
03/22/08 03:32:41 (4 years ago)
Author:
lgs
Message:

Update the tutorial with a suggestion from a user

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README.txt

    r67 r87  
    112112Now we are ready to instantiate the chart, add the data set and render it:: 
    113113 
     114   import pycha.bar 
    114115   chart = pycha.bar.VerticalBarChart(surface, options) 
    115116   chart.addDataset(dataSet)