mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
more guide plots
This commit is contained in:
parent
e257640b0a
commit
1a9a95e734
@ -438,7 +438,7 @@ PDF on top (as an equation, evaluated by =gnuplot=).
|
|||||||
N=1000;
|
N=1000;
|
||||||
Nsum=200;
|
Nsum=200;
|
||||||
var=$((Nsum/3));
|
var=$((Nsum/3));
|
||||||
binwidth=0.2;
|
binwidth=2;
|
||||||
seq $N | \
|
seq $N | \
|
||||||
perl -nE '$Nsum = '$Nsum';
|
perl -nE '$Nsum = '$Nsum';
|
||||||
$s = 0; for $i (1..$Nsum) { $s += rand()*2-1; }
|
$s = 0; for $i (1..$Nsum) { $s += rand()*2-1; }
|
||||||
|
Loading…
Reference in New Issue
Block a user