new data file handling; switched to new mathtree parser (old is removed)
commit454b10ef9cf1acb621fe6db3de49544ee082cb2b
authorAndré Wobst <wobsta@users.sourceforge.net>
Mon, 22 Mar 2004 21:40:21 +0000 (22 21:40 +0000)
committerAndré Wobst <wobsta@users.sourceforge.net>
Mon, 22 Mar 2004 21:40:21 +0000 (22 21:40 +0000)
tree95d9d97254253a22202e0df29d533388b4f6ae39
parent0f1915ea3bcfd49d57ede7b41eebfd6ec79f8229
new data file handling; switched to new mathtree parser (old is removed)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1514 069f4177-920e-0410-937b-c2a4a81bcd90
18 files changed:
CHANGES
design/graph.txt
examples/graphs/bar.py
examples/graphs/mandel.py
examples/graphs/manyaxes.py
examples/graphs/minimal.py
manual/Makefile
manual/palettename.py
pyx/__init__.py
pyx/graph/axis/__init__.py
pyx/graph/axis/timeaxis.py
pyx/graph/data.py
pyx/mathtree.py
test/functional/test_bargraph.py
test/functional/test_graph.py
test/functional/test_timeaxis.py
test/unit/test_data.py
test/unit/test_mathtree.py