From dd54a1b1d879a3e6b331fee5ff4c9114d0baec45 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 22 Mar 2016 14:40:46 +0100 Subject: scripts/fg-graph: Remove "monochrome" Not sure what this is doing here, or why it wasn't noticed before... --- scripts/fg-graph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/fg-graph b/scripts/fg-graph index 30ca522a..99684ed5 100755 --- a/scripts/fg-graph +++ b/scripts/fg-graph @@ -31,7 +31,7 @@ CMIN=-0.1 CMAX=0.3 gnuplot -p << EOF -set terminal pngcairo size 1600,1000 enhanced monochrome font 'Helvetica,20' linewidth 2 +set terminal pngcairo size 1600,1000 enhanced font 'Helvetica,20' linewidth 2 set output "correlation.png" set xlabel "Number of crystals" set ylabel "Correlation" -- cgit v1.2.3