graph restructuring
commit7f4b8d0547d0e14b6f67f17fbdb6b825a3e4e3b0
authorAndré Wobst <wobsta@users.sourceforge.net>
Sun, 21 Mar 2004 18:39:32 +0000 (21 18:39 +0000)
committerAndré Wobst <wobsta@users.sourceforge.net>
Sun, 21 Mar 2004 18:39:32 +0000 (21 18:39 +0000)
tree36d3e33a8329ea3ed358cbf2fa26f0d5ab323277
parentb092d8a502333c782ed034041fca3d1459369918
graph restructuring

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1496 069f4177-920e-0410-937b-c2a4a81bcd90
32 files changed:
CHANGES
design/graph.txt
examples/graphs/arrows.py
examples/graphs/bar.py
examples/graphs/change.py
examples/graphs/inset.py
examples/graphs/integral.py
examples/graphs/link.py
examples/graphs/lissajous.py
examples/graphs/mandel.py
examples/graphs/minimal.py
examples/graphs/partialfill.py
examples/graphs/piaxis.py
examples/graphs/washboard.py
pyx/graph/__init__.py
pyx/graph/axis/.cvsignore [new file with mode: 0644]
pyx/graph/axis/__init__.py [copied from pyx/graph/__init__.py with 87% similarity]
pyx/graph/axis/axis.py [moved from pyx/graph/axis.py with 89% similarity]
pyx/graph/axis/painter.py [moved from pyx/graph/painter.py with 94% similarity]
pyx/graph/axis/parter.py [moved from pyx/graph/parter.py with 73% similarity]
pyx/graph/axis/rater.py [moved from pyx/graph/rater.py with 87% similarity]
pyx/graph/axis/texter.py [moved from pyx/graph/texter.py with 81% similarity]
pyx/graph/axis/tick.py [moved from pyx/graph/tick.py with 57% similarity]
pyx/graph/axis/timeaxis.py [moved from pyx/graph/timeaxis.py with 98% similarity]
pyx/graph/graph.py [moved from pyx/graph/type.py with 99% similarity]
test/functional/test_axis.py
test/functional/test_bargraph.py
test/functional/test_graph.py
test/unit/test_frac.py [deleted file]
test/unit/test_parter.py
test/unit/test_rational.py [new file with mode: 0644]
test/unit/test_texter.py