Difference between revisions of "Graphing"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | ==Overview== | ||
Some initial stuff for starting out.... | Some initial stuff for starting out.... | ||
+ | ==Required Packages== | ||
Packages required in addition to those required for [[GP]]:<br> | Packages required in addition to those required for [[GP]]:<br> | ||
* ConfigObj<br><pre>http://pypi.python.org/packages/2.5/C/ConfigObj</pre> | * ConfigObj<br><pre>http://pypi.python.org/packages/2.5/C/ConfigObj</pre> | ||
* MatPlotLib<br><pre>http://pypi.python.org/pypi/matplotlib/0.91.4</pre> | * MatPlotLib<br><pre>http://pypi.python.org/pypi/matplotlib/0.91.4</pre> | ||
* 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: | To run: |
Revision as of 18:19, 10 September 2008
Overview
Some initial stuff for starting out....
Required Packages
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.ini ./ADOT/graphs2.ini $ python graph.py -y4 ./ADOT/dot.ini ./ADOT/graphs2.ini $ python graph.py -d4 -X6 -Y4.5 ./ADOT/dot.ini ./ADOT/graphs2.ini
Command line parameters (case sensitive):
Command line options
- -c for current plus...
- -d# for days
- -m# for months
- -y# for years
Other Choices:
- -X for X dimension in pixels / 100 (6 is default = 600 pixels wide)
- -Y for Y dimension in pixels / 100 (4.5 is default = 450 pixels wide)