Graphing

From IARC 207 Wiki
Revision as of 10:19, 8 September 2008 by 137.229.92.253 (talk)
Jump to navigation Jump to search

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

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: http://approximatrix.com/articles/setting-up-gnu-gfortran-on-windows-xp

Once that is installed you should be able to compile numpy from source.