Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #449

Re: Filledcurves with functions?

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Filledcurves with functions?
Followup-To comp.graphics.apps.gnuplot
Date 2011-07-18 09:53 -0700
Organization gnuplot development team
Message-ID <j01odd$jj$1@dont-email.me> (permalink)
References <98i5fnFhe3U1@mid.individual.net>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


Ingo Thies wrote:

> 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.

set xrange [0:10]
plot '+' using 1:(sin($1)):(cos($1)) with filledcurves

See 'help special-filenames'



> 
> 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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Filledcurves with functions? Ingo Thies <ingo.thies@gmx.de> - 2011-07-18 09:25 +0200
  Re: Filledcurves with functions? Ingo Thies <ingo.thies@gmx.de> - 2011-07-18 15:28 +0200
  Re: Filledcurves with functions? sfeam <sfeam@users.sourceforge.net> - 2011-07-18 09:53 -0700
    Re: Filledcurves with functions? Ingo Thies <ingo.thies@gmx.de> - 2011-07-18 23:27 +0200

csiph-web