~vcs-imports/cairoplot/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: gwidion
  • Date: 2008-07-03 22:10:44 UTC
  • Revision ID: vcs-imports@canonical.com-20080703221044-p65a25opzmrs04h9
2008-07-03  João S. O. Bueno <gwidion@gmail.com>

        * ChangeLog: initial ChangeLog
        * COPYING: License file added (GNU LGPL 2.1)
        * TODO: initial TODO

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TODO:
 
2
High Priority:
 
3
 
 
4
    - Refactor code into OO form
 
5
    - Allow use of other types of cairo surfaces (currently hardocoded to SVGSurface)
 
6
 
 
7
Medium Priority:
 
8
    - Allow changing of plot parameters
 
9
    - Implement data series as classes and objects
 
10
    - Implement Bar and Histogram charts
 
11
    - Enhance conformity with English terminology
 
12
    - Create test scripts
 
13
    - Create more graphic elements (axis titles, data legend, etc...)
 
14
    - Create a python egg and setup-tools style install
 
15