|
From: Lars N. <lar...@gm...> - 2024-04-19 07:29:21
|
On 4/18/24 21:41, hchiPer wrote: [snip] > - change the time format: > > set timefmt "%H:%M:%S" > ### instead of set timefmt "%Y-%m-%d\t%H:%M:%S" Thanks! That was the key to solving this. [snip] > set xrange ["00:00:00":"23:59:59"] > > - use column 2 instead of column 1 in the plot command: [snip] And with that, I can remove the system calls and still get a chart from midnight to midnight. /Lars |