User Tools

Site Tools


gnuplot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gnuplot [2018/12/06 21:05] – created 91.177.234.129gnuplot [2021/06/27 21:17] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== GNUPlot ====== +  * [[http://www.gnuplot.info/faq/index.html|gnuplot FAQ]]
   * [[https://www.cs.hmc.edu/~vrable/gnuplot/using-gnuplot.html|Using gnuplot]]   * [[https://www.cs.hmc.edu/~vrable/gnuplot/using-gnuplot.html|Using gnuplot]]
   * [[http://www.gnuplotting.org/plotting-data/|gnuplotting]]   * [[http://www.gnuplotting.org/plotting-data/|gnuplotting]]
Line 8: Line 7:
   * [[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]]   * [[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) ==== 
-<code>0@@</code>+<code> 
 +set xdata time 
 +set timefmt "%s" 
 +  -  set xtics 3600 
 +set format x "%H:%M:%S" # or whatever 
 +plot ... 
 +</code> 
gnuplot.1544130326.txt.gz · Last modified: 2018/12/06 21:05 by 91.177.234.129

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki