|
From: Jon <dev...@gm...> - 2015-10-06 14:44:31
|
Thanks, it seems I confused about index and every. Sincerely, Jon On Tue, Oct 6, 2015 at 1:44 AM, Hans-Bernhard Bröker <HBB...@t-...> wrote: > Am 05.10.2015 um 19:12 schrieb Jon: > >> I had supposed I understood the concept of block, but it turned out I >> cannot make the following file correctly read in by the command plot. >> > > The problem is that you have too many blank lines in your data. The > separation between blocks to be referenced by `every' is _one_ blank line, > not six. > > Multiple consecutive blank lines create the separation used by "index". > |