Difference between revisions of "GNUPlot"

From dbawiki
Jump to: navigation, search
(Created page with "* [https://www.cs.hmc.edu/~vrable/gnuplot/using-gnuplot.html Using gnuplot] * [http://www.gnuplotting.org/plotting-data/ gnuplotting] * [http://gnuplot.sourceforge.net/demo_5....")
(No difference)

Revision as of 22:22, 18 September 2016

A powerful way to create a multitude of different graphs

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 ...