commit 3983f8985e3b422c393af9dbb9cca9c4ab6a5ba7
parent a9038f83d9e8e237b553536470c4ec06825fd998
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 3 Sep 2025 16:50:37 +0200
Small update to the gnuplot script
Some versions of gnuplot do not recognize the "day" time unit used in
the definition of the spacing of the x labels. Replace it with its
number of seconds.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plot.gp b/src/plot.gp
@@ -29,7 +29,7 @@ set timefmt '%d-%b-%Y %H:%M:%S' # Format of input dates
# Setup time output formatting
set xtics timedate
set xtics format '%m/%d/%Y' # Format of the date when print on X axis
-set xtics 1 day
+set xtics 86400 # 1 day in seconds
# Define the plot style
set style line 1 lc "black" lw 2 # GCM