aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-22 16:22:36 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:06 +0100
commitdb616846b0eb82b1d801c7261eec6fd501a8b763 (patch)
tree35d889142373c43da6e0459593cca3b4489fd18c /scripts
parentc84b3275243f19e6496da6b39766c8b7a8ac435e (diff)
facetron: Also output bar chart of pattern fits
Diffstat (limited to 'scripts')
-rw-r--r--scripts/facetron-partiality.gp (renamed from scripts/facetron.gp)2
-rw-r--r--scripts/facetron-patterns.gp4
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/facetron.gp b/scripts/facetron-partiality.gp
index d1d95ac4..914a7478 100644
--- a/scripts/facetron.gp
+++ b/scripts/facetron-partiality.gp
@@ -4,4 +4,4 @@ set xrange [0:1]
set yrange [0:1]
unset key
set size square
-plot "iteration-1.dat" using 7:8 w p ps 1 pt 7 lc -1
+plot "p-iteration-1.dat" using 7:8 w p ps 1 pt 7 lc -1
diff --git a/scripts/facetron-patterns.gp b/scripts/facetron-patterns.gp
new file mode 100644
index 00000000..3fdb6b80
--- /dev/null
+++ b/scripts/facetron-patterns.gp
@@ -0,0 +1,4 @@
+set xlabel "Pattern number"
+set ylabel "Mean intensity deviation"
+unset key
+plot "g-iteration-1.dat" using 1:2 w impulses lw 1 lc -1