Changeset 114 for trunk/README.txt
- Timestamp:
- 10/28/08 16:51:49 (4 years ago)
- Files:
-
- 1 modified
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.txt
r87 r114 120 120 Right now you can choose among 4 different kind of charts: 121 121 122 * Pie Charts (picha.pie.PieChart) 123 * Vertical Bar Charts (picha.bar.VerticalBarChart) 124 * Horizontal Bar Charts (picha.bar.HorizontalBarChart) 125 * Line Charts (picha.bar.LineChart) 122 * Pie Charts (pycha.pie.PieChart) 123 * Vertical Bar Charts (pycha.bar.VerticalBarChart) 124 * Horizontal Bar Charts (pycha.bar.HorizontalBarChart) 125 * Line Charts (pycha.bar.LineChart) 126 * Scatterplot Charts (pycha.scatter.ScatterplotChart) 126 127 127 128 Finally you can write the surface to a graphic file or anything you want using
