Difference between revisions of "Graphing"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* Numpy<br><pre>http://pypi.python.org/pypi/numpy/1.1.1</pre> | * Numpy<br><pre>http://pypi.python.org/pypi/numpy/1.1.1</pre> | ||
− | + | To run: | |
− | + | $ python graph.py -cd4 ./ADOT/dot_win.ini ./ADOT/graphs2.ini | |
− | |||
− |
Revision as of 15:04, 10 September 2008
Some initial stuff for starting out....
Packages required in addition to those required for GP:
- ConfigObj
http://pypi.python.org/packages/2.5/C/ConfigObj
- MatPlotLib
http://pypi.python.org/pypi/matplotlib/0.91.4
- Numpy
http://pypi.python.org/pypi/numpy/1.1.1
To run:
$ python graph.py -cd4 ./ADOT/dot_win.ini ./ADOT/graphs2.ini