|
From: Hans-Bernhard B. <br...@ph...> - 2005-07-24 15:40:52
|
Dieter Jurzitza wrote: > plot 'A' u 1:2:3 w filledcu,\ > 'B' u 1:2:3 w filledcu,\ > 'C' w 1:2:3 w filledcu > > now my question: is there any means to make gnuplot fill all three areas with > the same shading and a user-definable colour? Pass a linetype number instead of letting gnuplot auto-select on, and you should be done, for extra measure, you may want to even give a "line color", if you're running the current CVS version. Filledcurves isn't particularly different from any of the other plot styles in this regard. |