|
From: Roderick S. <rod...@gm...> - 2021-03-15 20:20:35
|
I’m new to gnuplot (love it!) but can’t work out how to plot time series data from a file when the file contains no time information, just equally-spaced data values. I have a binary file which has one year’s worth of data at 1-minute intervals. I can plot it using: plot ‘2021.dat’ binary format=“%int32” using 0:1 But I want the X axis to be a date axis so I can, for example, set xrange. How do I get the timestamps into the plot? Thanks in advance. -- Roderick Stewart Research Fellow (Volcano-Seismology), Montserrat Volcano Observatory www.mvo.ms <http://www.mvo.ms/> email: ro...@mv... <mailto:ro...@mv...>, rod...@gm... <mailto:rod...@gm...>, rst...@my... <mailto:rst...@my...> phone: (+1-664) 491-5647 fax: (+1-664) 491-2423 direct line: (+1-664) 491-5726 mobile: (+1-664) 495-0743 home: (+1-664) 491-3139 roaming: +44 7452 023889 trinidad: +1 (868) 780-4296 |