help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: plot fill


From: Dmitri A. Sergatskov
Subject: Re: plot fill
Date: Fri, 07 Jan 2005 17:53:26 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041127)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]