diff options
author | Thomas White <taw@physics.org> | 2010-11-18 16:33:23 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:06 +0100 |
commit | 345ee980a092a50470e5cf1f5ea7a916c3c9e487 (patch) | |
tree | 2420e283c899f2830c6678edcd0d8400bc89c41f /scripts | |
parent | 299539f1fe334a15cb0e090d825cada477018008 (diff) |
facetron: Refine scaling factor, plot partiality correlation
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/facetron.gp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/facetron.gp b/scripts/facetron.gp new file mode 100644 index 00000000..42e38520 --- /dev/null +++ b/scripts/facetron.gp @@ -0,0 +1,7 @@ +set xlabel "Calculated partiality" +set ylabel "Observed Partiality" +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 |