Difference between revisions of "Graphing"

From IARC 207 Wiki
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>
  
If you're using cygwin on window there are some simple hoops to go through to get numpy working. It probably works fine if you install python as a standalone program but to use it with cygwin you'll first need to download and compile a fortran 90 compiler. Fine directions can be found here:
+
To run:
http://approximatrix.com/articles/setting-up-gnu-gfortran-on-windows-xp
+
  $ python graph.py -cd4 ./ADOT/dot_win.ini ./ADOT/graphs2.ini
 
 
Once that is installed you should be able to compile numpy from source.
 

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