commit 80d49becbd422aa4e103662090bca17fe19652eb parent a9295c421e3cbcfa0f57e91e889a47f968ceb1fa Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 10 May 2019 16:18:36 -0700 Use red line color for diurnal time series Diffstat:
M | diurnal.timeseries.gp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diurnal.timeseries.gp b/diurnal.timeseries.gp @@ -8,4 +8,4 @@ set ylabel "Shear velocity, v [km/d]" offset 2 # set yrange [0.0:0.01] # set key top left #samplen 0.9 -plot "diurnal.timeseries.txt" u ($0/1008*7):($1*60*60*24/1000) w l lw 2 t "" +plot "diurnal.timeseries.txt" u ($0/1008*7):($1*60*60*24/1000) w l lw 2 lc "red" t ""