From help-request at octave dot org Fri Jan 7 18:53:04 2005 Subject: Re: plot fill From: "Dmitri A. Sergatskov" To: Carine Simon CC: help at octave dot org Date: Fri, 07 Jan 2005 17:53:26 -0700 Carine Simon wrote: ... > called "SegyMAT" and its wiggle.m function. The problem is with the "fill" > function which doesn't seem to work as Matlab's does. ... > fill(x(i)+[xt,fliplr(xt1)],[t,fliplr(t)],"k"); %[0 0 0]) Since current gnuplot support filled curve mode you can try to experiment with gset style data filledcurves plot(x(i)+[xt,fliplr(xt1)],[t,fliplr(t)]) (see "help filledcurves" in gnuplot for details) Regards, Dmitri. ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------