Skip to content
Snippets Groups Projects
Commit 9baf8c84 authored by carlocamilloni's avatar carlocamilloni
Browse files

tutorial-2: fix

parent 0278f30e
No related branches found
No related tags found
No related merge requests found
...@@ -146,9 +146,9 @@ Another option can be to fit the FES and use the fit. This is what we will do, b ...@@ -146,9 +146,9 @@ Another option can be to fit the FES and use the fit. This is what we will do, b
\verbatim \verbatim
>gnuplot >gnuplot
plot [for i=0:9] 'analysis.'.i.'fes_phi' u 1:2 w l t''.i plot for [i=0:9] 'analysis.'.i.'.fes_phi' u 1:2 w l t''.i
rep 'fes_phi' u 1:2 w l t'final' rep 'fes_phi' u 1:2 w l t'final'
plot [for i=0:9] 'analysis.'.i.'fes_psi' u 1:2 w l t''.i plot for [i=0:9] 'analysis.'.i.'.fes_psi' u 1:2 w l t''.i
rep 'fes_psi' u 1:2 w l t'final' rep 'fes_psi' u 1:2 w l t'final'
\endverbatim \endverbatim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment