From: Jay E. <L-...@ja...> - 2009-11-21 18:40:58
|
Greetings! Version: 4.2.4-1 (Cygwin); debian Linux 4.2 patch level 2 (problem is on both) I'm plotting two lines of points. They are not the same length. Is it a parameter that is incorrect? (I did look in the FAQ.) If you zoom in - you see the RED "+" are shorter than the BLUE "+" I uploaded the .png output to: http://www.4shared.com/file/156738852/ead5295b/2009-09-23-1024Poll-out.html Here is the command file: set title "NTP offsets 11/21/09 11:40:32 " set xlabel 'time - samples' set ylabel 'offset in ms.' set y2label 'drift.' set autoscale y set format y2 "%6.3f" set ytics nomirror set y2tics set terminal png set output 'out.png' plot "./offset1"title "Offset" w linespoints , "./drift2" title "Drift" axes x2y2 with linespoints 27 |