From 1eebfb6f395c1985e803a4c251412fad1880504c Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 4 Jan 2016 15:32:21 +0100 Subject: [PATCH] symbols_distances.gnuplot: fix the pngcairo terminal output file name --- plot/symbols_distances.gnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot/symbols_distances.gnuplot b/plot/symbols_distances.gnuplot index 07fb77e..6e6da1f 100755 --- a/plot/symbols_distances.gnuplot +++ b/plot/symbols_distances.gnuplot @@ -69,7 +69,7 @@ set yrange[0:0.6] set terminal qt 0 enhanced font "Georgia,14" size _w,_h #set terminal pngcairo notransparent nocrop truecolor rounded enhanced font "Georgia,14" fontscale 1.0 size _w,_h -#set output 'pulse_distance_modulation.png' +#set output 'symbols_distances.png' set multiplot layout 2, 1 title "Relative symbol distances (receiver)" font "Georgia,14" -- 2.1.4