Difference between revisions of "GNUPlot"
From dbawiki
(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
- Using gnuplot
- gnuplotting
- demo printing values on top of the histogram columns
- [1]loads of complex graph forms (physics)
- gnuplot demo index on sourceforge
- gantt chart demo
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 ...