close
Warning:
BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
- Timestamp:
-
Sep 10, 2009, 1:01:27 PM (15 years ago)
- Author:
-
Ingmar Baumgart
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v33
|
v34
|
|
54 | 54 | |
55 | 55 | == 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 | {{{ |
| 59 | sudo 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 | }}} |
59 | 64 | * View the results with 95% confidence intervals by using the script {{{simulation/tools/plot.py}}}: |
60 | 65 | {{{ |