Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ingo Thies Newsgroups: comp.graphics.apps.gnuplot Subject: Filledcurves with functions? Date: Mon, 18 Jul 2011 09:25:42 +0200 Lines: 20 Message-ID: <98i5fnFhe3U1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: individual.net B5YOlKUbLd8+Zinx34ZbdwJqGtfSeFr8gGKnbAvNejiuSacgXD Cancel-Lock: sha1:YqWLISY/tuJtKog/Z7JVFCZNiGg= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:447 Hi, is there a way to use the filledcurves style with two functions (between them the curve is to be filled) instead of data files? gnuplot.pdf suggests that fill between two curves is only possible for two data sets, but this would be a quite strong restriction, since single-curve fill (i.e. between curve and axis) is possible even with functions. Another possibility would be the use of "set table", but this would require to write more than two data columns, and I cannot see how to do this. Plotting multiple datasets results in multiple data blocks rather than multiple y columns. Therefore, the only way I can see now is to invoke an external program or to manually edit the written table. Any hints? Ingo