Changeset 85 for trunk/examples
- Timestamp:
- 03/22/08 03:15:29 (4 years ago)
- Location:
- trunk/examples
- Files:
-
- 6 modified
-
barchart.py (modified) (1 diff)
-
linechart.py (modified) (1 diff)
-
lines.py (modified) (1 diff)
-
piechart.py (modified) (1 diff)
-
scatterchart.py (modified) (1 diff)
-
test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/barchart.py
r84 r85 1 # Copyright (c) 2007 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com>1 # Copyright (c) 2007-2008 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> 2 2 # 3 3 # This file is part of PyCha. -
trunk/examples/linechart.py
r84 r85 1 # Copyright (c) 2007 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com>1 # Copyright (c) 2007-2008 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> 2 2 # 3 3 # This file is part of PyCha. -
trunk/examples/lines.py
r84 r85 1 # Copyright (c) 2007 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com>1 # Copyright (c) 2007-2008 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> 2 2 # 3 3 # This file is part of PyCha. -
trunk/examples/piechart.py
r31 r85 1 # Copyright (c) 2007 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com>1 # Copyright (c) 2007-2008 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> 2 2 # 3 3 # This file is part of PyCha. -
trunk/examples/scatterchart.py
r74 r85 1 # Copyright (c) 2007 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com>1 # Copyright (c) 2007-2008 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> 2 2 # 3 3 # This file is part of PyCha. -
trunk/examples/test.py
r84 r85 1 # Copyright (c) 2007 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com>1 # Copyright (c) 2007-2008 by Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> 2 2 # 3 3 # This file is part of PyCha.
