aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-03-22 14:40:46 +0100
committerThomas White <taw@physics.org>2016-03-22 14:40:46 +0100
commitdd54a1b1d879a3e6b331fee5ff4c9114d0baec45 (patch)
tree3037d3a4e3562196599f55859f8091cfe6aae6ff /scripts
parentd21e4d951b05db9e5d7e930c505d81c77772d5cf (diff)
scripts/fg-graph: Remove "monochrome"
Not sure what this is doing here, or why it wasn't noticed before...
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fg-graph2
1 files changed, 1 insertions, 1 deletions
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"