From 345ee980a092a50470e5cf1f5ea7a916c3c9e487 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 18 Nov 2010 16:33:23 +0100 Subject: facetron: Refine scaling factor, plot partiality correlation --- scripts/facetron.gp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/facetron.gp (limited to 'scripts') 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 -- cgit v1.2.3