- Timestamp:
- 10/28/08 16:51:49 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
CHANGES.txt (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGES.txt
r93 r114 2 2 ======= 3 3 4 0. 3.1 (unreleased)4 0.4.0 (2008-10-28) 5 5 ------------------ 6 - Improved test suite (Lorenzo, Nicolas) 7 - Many bugs fixed (Lorenzo, Stephane Wirtel) 8 - Support for negative values in the datasets (Nicolas, Lorenzo) 9 - Chavier, a simple pygtk application for playing with Pycha charts (Lorenzo) 10 - Allow the legend to be place relative to the right and bottom of the canvas 11 (Nicolas Evrard) 12 - Easier debugging by adding __str__ methods to aux classes (rectangle, point, 13 area, ...) (Lorenzo) 6 14 - Do not overlap Y axis label when ticks label are not rotated (John Eikenberry) 7 15 -
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 -
trunk/setup.py
r113 r114 24 24 setup( 25 25 name="pycha", 26 version="0. 3.1dev",26 version="0.4.0dev", 27 27 author="Lorenzo Gil Sanchez", 28 28 author_email="lorenzo.gil.sanchez@gmail.com",
