close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 33 and Version 34 of OverSimUsage


Ignore:
Timestamp:
Sep 10, 2009, 1:01:27 PM (15 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimUsage

    v33 v34  
    5454
    5555== Use the post-processing scripts to generate plots ==
    56  * Install python (with matplotlib, numpy and scipy) and gnuplot.
    57     * On Ubuntu use ''sudo apt-get install python-matplotlib python-scipy gnuplot''.
    58     * On Windows you can install the [[python(x,y) light edition] [http://www.pythonxy.com/]] which contains all needed packages.
     56 * Install ''python'' (with ''matplotlib'', ''numpy' and ''scipy'') and ''gnuplot''.
     57    * On Ubuntu:
     58{{{
     59sudo apt-get install python-matplotlib python-scipy gnuplot
     60}}}
     61    * On Windows:
     62      * Install the [http://www.pythonxy.com/ python(x,y) light edition], which contains all needed packages.
     63}}}
    5964 * View the results with 95% confidence intervals by using the script {{{simulation/tools/plot.py}}}:
    6065{{{