From: Thomas S. <t.s...@fz...> - 2009-11-23 08:16:09
|
how do the relevant lines in the data files look like? Jay E. wrote: > > 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 > > > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > gnuplot-bugs mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-bugs > > -- View this message in context: http://old.nabble.com/-Gnuplot-bugs--problem-with-character-widths-tp26459168p26474095.html Sent from the Gnuplot - Bugs mailing list archive at Nabble.com. |