|
From: sissou <syl...@gm...> - 2006-08-11 18:12:46
|
Hello,
I want use the octave's fill function but the result is very slow and
not beautiful. Why the fill function doesn't use the gnuplot's
filledcurve option
like (without color) :
/function [] = myfill(x,y)
__gnuplot_set__("style data filledcurve");
plot(x,y);
__gnuplot_set__("style data lines");
/I can't make a fill function with colors but if someone can make a
better fill function.
|