Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail From: zetras@gmail.com Newsgroups: comp.graphics.apps.gnuplot Subject: parameter file Date: Tue, 30 Oct 2012 22:28:39 +0100 Organization: none Lines: 18 Message-ID: <87y5in8xa0.fsf@kerstf.org> Mime-Version: 1.0 Content-Type: text/plain X-Trace: news.albasani.net q+/veceISyHU51TBmnLKjkt+ZSU1dh0JLEUlvbYIDVcnM6rPkopMMfFvIqMmXhqT8h2uugx7BMLpMLGZQue6jDseGPGYwdnzgzxPqcMl/UjFaG8mNwCSOKJbQhex9Fcp NNTP-Posting-Date: Tue, 30 Oct 2012 21:28:41 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="ea4KPLWnhVjsts8MJ7r2ihYr4VkerHEp8BSTc0dl+IiVJjAAp8Y0O9RC1tQSklKDuR48L4xABGtP/WNEFlpzBEVpxYQUMji6jsgBCgu56ljuAYipO3ob4wy2I7+Gsi0B"; mail-complaints-to="abuse@albasani.net" Cancel-Lock: sha1:FNCLMj57pUDbjIQ2fLUMLrOrGa8= sha1:gwbtmLCm147WIjpyrxHT84VhbMk= Xref: csiph.com comp.graphics.apps.gnuplot:1456 I've got two files. One has the data and the other has some parameters describung the data: data.txt 134 156 112 ... param.csv "Title";-10;10;s;0;200;kg I would like to include these values to e.g. title, xmin, xmax, xunit, ymin, ymax and yunit for further calculations in the plot. Is this possible? Where should I start reading? Are there any examples? Thanks!