Warning: Can't synchronize with the repository (Unsupported version control system "svn". Check that the Python support libraries for "svn" are correctly installed.)
- Timestamp:
-
10/16/07 20:25:23 (6 years ago)
- Author:
-
lgs (IP: 192.168.1.106)
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v5
|
v6
|
|
| 1 | 1 | = !PyCha (PYthon CHArts) = |
| 2 | 2 | |
| 3 | | PyCha is a very simple Python package for drawing charts using the great [http://www.cairographics.org Cairo] library. Its goals are: |
| | 3 | !PyCha is a very simple Python package for drawing charts using the great [http://www.cairographics.org Cairo] library. Its goals are: |
| 4 | 4 | |
| 5 | 5 | * Lightweight |
| … |
… |
|
| 10 | 10 | It won't try to draw any possible chart on earth but draw the most common ones nicely. There are some other options you may want to look at like [http://bettercom.de/de/pycairochart pyCairoChart] |
| 11 | 11 | |
| 12 | | PyCha is based on [http://solutoire.com/plotr/ Plotr] which is based on [http://www.liquidx.net/plotkit/ PlotKit]. Both libraries are written in JavaScript and are great for client web programming. I needed the same for the server side so that's the reason I ported Plotr to Python. Now we can deliver charts to people with Javascript disabled or embed them in PDF reports. |
| | 12 | !PyCha is based on [http://solutoire.com/plotr/ Plotr] which is based on [http://www.liquidx.net/plotkit/ PlotKit]. Both libraries are written in !JavaScript and are great for client web programming. I needed the same for the server side so that's the reason I ported Plotr to Python. Now we can deliver charts to people with !JavaScript disabled or embed them in PDF reports. |
| | 13 | |
| | 14 | !PyCha has the [http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License]. |
| | 15 | |
| | 16 | == Screenshots == |
| | 17 | |
| | 18 | == Documentation == |
| | 19 | |