|
From: thorbjorn w. <wi...@os...> - 2007-05-04 11:22:00
|
gnuplot> plot '-' matrix
input data ('e' ends) > 1 2 3
input data ('e' ends) > 4 5 6
input data ('e' ends) > e
input data ('e' ends) > e
gnuplot>
(all fine; plot appears)
% cat | gnuplot -persist
plot '-' matrix with lines
1 2 3
4 5 6
e
! echo hei
^D
line 4: Bad number in matrix
% cat | gnuplot -persist
1 2 3
4 5 6
e
e
! echo hei
^D
hei
all is fine, plot appears
% gnuplot
G N U P L O T
Version 4.2 patchlevel 0
last modified March 2007
System: SunOS 5.10
Copyright (C) 1986 - 1993, 1998, 2004, 2007
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/
Send comments and help requests to <gnu...@li...>
Send bug reports and suggestions to <gnu...@li...>
Terminal type set to 'x11'
|