- path module:
commit67beed7d19cff810b7ae06cf5ffa468e2813590a
authorJörg Lehmann <joergl@users.sourceforge.net>
Mon, 5 Apr 2004 19:21:32 +0000 (5 19:21 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Mon, 5 Apr 2004 19:21:32 +0000 (5 19:21 +0000)
tree94751145d45be73b2c2b13f93a7ae15c18699f4c
parentd5c3ae903f9a54c7489abc36462fb57d91ad26a1
- path module:
   - names of local and member variables now follow the naming convention of
     having a _pt suffix when containing lengths in points
- bbox module:
   - names of local and member variables now follow the naming convention of
     having a _pt suffix when containing lengths in points
   - enlarge was misspelled as enlarged
- unit module:
   - unit.cm, unit.t_cm, etc. are no longer sub classes but instances
     of length

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1640 069f4177-920e-0410-937b-c2a4a81bcd90
20 files changed:
CHANGES
manual/path.tex
pyx/bbox.py
pyx/box.py
pyx/canvas.py
pyx/deco.py
pyx/dvifile.py
pyx/epsfile.py
pyx/graph/axis/painter.py
pyx/graph/graph.py
pyx/path.py
pyx/tex.py
pyx/text.py
pyx/trafo.py
pyx/unit.py
test/functional/test_canvas.py
test/functional/test_connector.py
test/functional/test_deco.py
test/functional/test_path.py
test/unit/test_unit.py