Merge branch 'rtoy-wrap-option-args'
[maxima.git] / doc / info / figures / draw_filledfunc.mac
blob528c8956c4fb40eb5135914a95c41a723a9722ec
1 load("docdraw.mac");
2 docdraw2d("figures/draw_filledfunc",
3         fill_color = red,
4         filled_func = true,
5         explicit(sin(x),x,0,10)
6 )$