Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ingo Thies Newsgroups: comp.graphics.apps.gnuplot Subject: Re: How to extract point data. Date: Fri, 21 Oct 2011 09:02:11 +0200 Lines: 18 Message-ID: <9gcjnkFe0eU1@mid.individual.net> References: <31706069.122.1319044340309.JavaMail.geo-discussion-forums@yqoo7> <15457819.543.1319094520134.JavaMail.geo-discussion-forums@prng5> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: individual.net VpTnU+G37rNXauurjXEBgwJ6Az1MCJQc2Qf2YN79dYQ1ZdXVEu Cancel-Lock: sha1:PlTYspJd0UO+SpXKYvix/ulymRQ= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110921 Thunderbird/3.1.15 In-Reply-To: <15457819.543.1319094520134.JavaMail.geo-discussion-forums@prng5> Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:654 On 20.10.2011 09:08, Naren wrote: > I want automate the process without requiring user interaction ... > As I have lots of data files and I need to repeat the action in every file. Hmm, did you consider to do a plot with the 'smooth acspline' option (instead of 'with lines') and to redirect the data with 'set table "filename"' into a file? Maybe the file format will be a bit unexpected (gnuplot doesn't output multiple columns, but blocks stacked above each other, but if you know the number of your data points, this should be a minor problem). Anyway, doing this via an external script or program seems to be much more convenient to me. HTH, Ingo