Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ingo Thies Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Plotting into table with multiple columns Date: Sun, 28 Aug 2011 12:59:40 +0200 Lines: 29 Message-ID: <9bulcrFl92U1@mid.individual.net> References: <9brre9Fvf3U1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: individual.net MdESj1UMmMoZvNs7dwqVHwoch0PafHDXiEL9gjAv8stB7Hw2Jh Cancel-Lock: sha1:FzCK8y/DkFOwhUzj85iektU3YWM= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:553 Hi, >> Is it possible to use a print statement inside a for-loop? This would >> solve the problem. > > Not in version 4.4. > Yes in version 4.5: [...] Thanks, I didn't yet notice this option (seems to a very recent addition; I should update my gnuplot.pdf). However, for compatibility reasons (colleagues should be able to make use of it without the need of a local CVS build) I have decided in favour of the reread command, although this requires a separate script file. Actually, it is an implementation of the cube helix colour scheme described by David A. Green recently: http://arxiv.org/abs/1108.5083 Instead of using Green's FORTRAN77 code I am doing everything in gnuplot: http://www.astro.uni-bonn.de/~ithies/gnuplot/colortools/ (cubehelix.gp and related scripts). One of these scripts exports the generated RGB palette for independent use (however, not required for everyday use). -- Gruß, Ingo