Difference between revisions of "GNUPlot"
From dbawiki
(→A powerful way to create a multitude of different graphs) |
|||
| Line 5: | Line 5: | ||
* [http://gnuplot.sourceforge.net/demo/ gnuplot demo index on sourceforge] | * [http://gnuplot.sourceforge.net/demo/ gnuplot demo index on sourceforge] | ||
* [http://gnuplot.sourceforge.net/demo/gantt.html gantt chart demo] | * [http://gnuplot.sourceforge.net/demo/gantt.html gantt chart demo] | ||
| + | * [http://www.ibm.com/developerworks/aix/library/au-gnuplot/#listing2 plot of 'sar' output - ibm.com] | ||
===Treat x axis as date/time (epoch)=== | ===Treat x axis as date/time (epoch)=== | ||
<pre> | <pre> | ||
Latest revision as of 22:25, 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
- plot of 'sar' output - ibm.com
Treat x axis as date/time (epoch)[edit]
set xdata time set timefmt "%s" # set xtics 3600 set format x "%H:%M:%S" # or whatever plot ...