change hour format gnuplot (substract 12 hour)
问题 I have two devices working in paralell, the problem is that one of them was set up 12 hours different than the other (that is, instead of 17:00, marked 05:00). I'm trying to apply this solution: How to read 12h (AM/PM) timeformat in gnuplot In this way: My data are like this: #Time Concentration (#/cm³) 05:00:14 5902 05:00:15 5898 05:00:16 5989 05:00:17 5921 And I'm running the folowing code: set xdata time set timefmt '%H:%M:%S' set format x '%H:%M' set xlabel "time" plot "< awk '{time = $1;