Warning: session_start(): open(/tmp/sess_bfc96900c4bea87dfe564fbdf9592498, O_RDWR) failed: No such file or directory (2) in /var/www/html/dokuwiki/inc/init.php on line 273

Warning: session_start(): Failed to read session data: files (path: ) in /var/www/html/dokuwiki/inc/init.php on line 273

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/dokuwiki/inc/init.php:273) in /var/www/html/dokuwiki/inc/auth.php on line 535

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/dokuwiki/inc/init.php:273) in /var/www/html/dokuwiki/inc/actions.php on line 42
gnuplot_scraps [wiki.millerjs.org]

User Tools

Site Tools


gnuplot_scraps


Gnuplot Scraps

Useful Links:

Things to remember:

  • set datafile separator “,” sometimes it forgets how CSVs work?
  • set key autotitle columnhead really useful for >1 data series
  • set xtics (0,300,600,900,1200,1500,1800,2100,2400,2700,3000,3300,3600) not really needed with the following option
  • set xtic 3600 set xtic interval
  • set xrange [0:33090] sometimes it's nice to manually define ranges

Examples

Ping RTT Graphing

set term qt font "Courier,12"
set label 1 'Std Dev:  0.0432' at 1500,0.775 font "Courier,12"
set label 2 'Jitter:   0.0396 ms' at 1500,0.763 font "Courier,12"
set label 3 'Avg RTT:  0.4662 ms' at 1500,0.75 font "Courier,12"
set ylabel 'RTT (Milliseconds)'
set xlabel '# Pings'
set xrange [0:3600]
set xtic 300
set title 'Raspberry Pi 3B v1.2, 3600 pings, Closed System'
plot 'RPi3Bv1.2.txt' w p notitle lt 6
gnuplot_scraps.txt · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki