Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.albasani.net!.POSTED!not-for-mail From: Kurt Sterau Newsgroups: comp.graphics.apps.gnuplot Subject: skip binary data Date: Mon, 29 Oct 2012 17:06:31 +0100 Organization: none Lines: 13 Message-ID: <874nlddzzs.fsf@kerstf.org> Mime-Version: 1.0 Content-Type: text/plain X-Trace: news.albasani.net y3zoY/XNrTUmGetqiZj3jJXP6BidfR0TLzUYgw0jfOc5Dz7wgBvKZ04EI9/pdUtsic3VE9TGQg/wemPUjInkZuzu9kGYpsiYWY67N7Cp51CbIwksAP1kG5IIu4qBLjbc NNTP-Posting-Date: Mon, 29 Oct 2012 16:06:33 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="b3NUuwbejui7wMD98dpPlqhSJriCsMh4x7+mH8/bG2bf9jX0fsy4a20V3iP1zVTEYmaNPPO9S+6910/3gSYG+WOCqK49ceegJ25Af+OJEF9A57/UsLkr5e1Ekw23fXEi"; mail-complaints-to="abuse@albasani.net" Cancel-Lock: sha1:d5DF06gTpxka4Bu92SDUkLgu/EQ= sha1:muZ1qVum5MbxGTm5ivUyk0rLCxM= Xref: csiph.com comp.graphics.apps.gnuplot:1444 Hi, I plot some binary data: plot 'data.bin' binary format='%int8' u ($0):($1) with line lt 1 This works as expected, but unfortunately the file has 2507 Bytes and I have to skip the first 6 Bytes und the last one. Only 2500 Bytes are of interest. Can this be achieved within gnuplot 4.6 patchlevel 0 on Linux? Or is there any other tool to achieve this? -- Kurt