From 1776d6660febddb9f6ce3615b742b23efa924b28 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 3 Jan 2016 18:08:43 +0100 Subject: [PATCH 1/1] call_distance_modulation.gnuplot: try to improve the look of xtics labels Increasing the xtics spacing and decreasing the font size makes the plot look a little less crowded for long transmissions. --- plot/call_distance_modulation.gnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plot/call_distance_modulation.gnuplot b/plot/call_distance_modulation.gnuplot index 70a171e..a3ea29f 100755 --- a/plot/call_distance_modulation.gnuplot +++ b/plot/call_distance_modulation.gnuplot @@ -20,7 +20,7 @@ set xlabel "time since the first call (seconds)" set noytics -set xtics 20 out nomirror rotate by -45 +set xtics 30 out nomirror rotate by -45 font "Georgia,12" set yrange[0:0.7] set size ratio 0.3 -- 2.1.4