Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: functions picking data from binary datafile Followup-To: comp.graphics.apps.gnuplot Date: Wed, 21 Dec 2011 10:09:49 -0800 Organization: gnuplot development team Lines: 24 Message-ID: References: Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Wed, 21 Dec 2011 18:09:50 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="26042"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19pahT+aXerqXw4qJjISoHn" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:YJgLw6jsH1YkwMJhwru1UBFKa28= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:776 hopcode wrote: > Hi all, > my name is Marc. i need some help with gnuplot. > i have a binary datafile filled with words of 16 bits. > i have learnd to plot them using points this way > > plot "result.bin" binary format="%uint16" using 0:1 > > i dont understand how to use embedded functions like for example > norm(x),invnorm(x) and feeding the function with my values from the > datafile. > could you provide some sample script. those in the demo are > already very complex for me. Maybe plot "result.bin" binary format="%uint16" using 0:(norm(column(1)) > > Thank You in advance, > Cheers, >