|
From: <HBB...@t-...> - 2007-04-12 19:37:08
|
ab...@dc... wrote: > This works!! But i need the commands and plotting data in one file as this > file is being transmitted over a network, so i did the following: > > plot "-" using 2 t col, ' ' using 3 t col, ' ' using 4:key(1) t col; You assume that you can use the same inline data set multiple times, like you can read a file multiple times. Unfortunately, that's not the case. Re-read "help datafile special-filenames" for the details. |