|
From:
<br...@ph...> - 2006-03-24 15:32:50
|
Danilo R. Velis wrote: > Hi all! > > I am using the gnuplot 4.1 (beta). > > Is is possible to use the "with filledcurves" style > using "steps" instead of "lines"? No. That'd be yet another new 'with' option, instead: "with filledsteps". Failing that, you can always transform your data to introduce the steps. |