some code reorganisation/renaming: separate graph directory, write(-Postscript) metho...
commit49fd7d94ea387dab97334211a59f90f87790aa77
authorAndré Wobst <wobsta@users.sourceforge.net>
Mon, 23 Feb 2004 16:46:26 +0000 (23 16:46 +0000)
committerAndré Wobst <wobsta@users.sourceforge.net>
Mon, 23 Feb 2004 16:46:26 +0000 (23 16:46 +0000)
treed22c6e55bacd0ee369b0a80572f34c0611c8d779
parente379916b404775c499cbdf45683775d7aecd9c76
some code reorganisation/renaming: separate graph directory, write(-Postscript) methods renamed to outputPS, writetofile->writeEPSfile, some deprecated/obsolete warnings

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1363 069f4177-920e-0410-937b-c2a4a81bcd90
12 files changed:
pyx/graph.py [deleted file]
pyx/graph/.cvsignore [new file with mode: 0644]
pyx/graph/__init__.py [new file with mode: 0644]
pyx/graph/axis.py [new file with mode: 0644]
pyx/graph/data.py [new file with mode: 0644]
pyx/graph/key.py [new file with mode: 0644]
pyx/graph/painter.py [new file with mode: 0644]
pyx/graph/parter.py [new file with mode: 0644]
pyx/graph/rater.py [new file with mode: 0644]
pyx/graph/style.py [new file with mode: 0644]
pyx/graph/texter.py [new file with mode: 0644]
pyx/graph/type.py [new file with mode: 0644]