summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2015-08-18 06:22:41 +0800
committerAndy Green <andy.green@linaro.org>2015-08-18 06:22:41 +0800
commit40258492100463748eab36bc464f3b56037ea0ea (patch)
treea1029e75a1bf5a4a3e059acde4430a6ead84e847
parent5cee5c6135e132cdc01f6b6fddba3f29d39ad9ba (diff)
plot use noenhanced terminal flag so underscores not treated as subscript
Signed-off-by: Andy Green <andy.green@linaro.org>
-rwxr-xr-xgrowth.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/growth.sh b/growth.sh
index 401806b..bc0043c 100755
--- a/growth.sh
+++ b/growth.sh
@@ -124,7 +124,7 @@ function make_stat()
function issue_plot_time()
{
cat >plot.tmp <<EOF
-set terminal pngcairo notransparent enhanced font "arial,10" size 660, 320
+set terminal pngcairo notransparent noenhanced font "arial,10" size 660, 320
set output '$2'
set title "$3"
set yrange [ 0 : ] noreverse nowriteback
@@ -147,7 +147,7 @@ EOF
function issue_plot_file_dist()
{
cat >plot.tmp <<EOF
-set terminal pngcairo notransparent enhanced font "arial,10" size $5
+set terminal pngcairo notransparent noenhanced font "arial,10" size $5
set output '$3'
set title "$4"
set yrange [ : $2 ] noreverse nowriteback