GNUPlot

From dbawiki
Revision as of 22:24, 18 September 2016 by Stuart (talk | contribs) (A powerful way to create a multitude of different graphs)
Jump to: navigation, search

Treat x axis as date/time (epoch)

set xdata time
set timefmt "%s"
# set xtics 3600
set format x "%H:%M:%S" # or whatever
plot ...