diff options
author | Thomas White <taw@physics.org> | 2010-11-18 16:59:37 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:06 +0100 |
commit | 387de365a9ce243f5e1afd0b6ed529ddce41e16b (patch) | |
tree | 3ab7c9aba3188e38bce1211c473e9501de52215f /scripts | |
parent | 345ee980a092a50470e5cf1f5ea7a916c3c9e487 (diff) |
Update correlation file
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/facetron.gp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/facetron.gp b/scripts/facetron.gp index 42e38520..d1d95ac4 100644 --- a/scripts/facetron.gp +++ b/scripts/facetron.gp @@ -4,4 +4,4 @@ set xrange [0:1] set yrange [0:1] unset key set size square -plot "iteration-1.dat" using 4:5 w p ps 1 pt 7 lc -1 +plot "iteration-1.dat" using 7:8 w p ps 1 pt 7 lc -1 |