Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f2c2b39f authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

Fix bug

parent 727e619f
No related branches found
No related tags found
No related merge requests found
clear clear
reset reset
set key off set key off
set border 3 set border 3
...@@ -21,4 +21,4 @@ set ylabel "Number of Particles" ...@@ -21,4 +21,4 @@ set ylabel "Number of Particles"
set terminal postscript enhanced color 'Helvetica' 20 set terminal postscript enhanced color 'Helvetica' 20
set output 'plummerHistogramme.eps' set output 'plummerHistogramme.eps'
plot 'output.txt' using (rounded($1)):(1) smooth frequency with boxes plot 'output.txt' using (rounded($1)):($2) smooth frequency with boxes
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment