symbols_distances.gnuplot: fix the pngcairo terminal output file name
authorAntonio Ospite <ao2@ao2.it>
Mon, 4 Jan 2016 14:32:21 +0000 (15:32 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 4 Jan 2016 14:32:21 +0000 (15:32 +0100)
plot/symbols_distances.gnuplot

index 07fb77e..6e6da1f 100755 (executable)
@@ -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 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"
 
 
 set multiplot layout 2, 1 title "Relative symbol distances (receiver)" font "Georgia,14"