Description
Default value: false
filled_func
indicates whether a function is filled (true
)
or not (false
).
This option affects only the 2d graphic object explicit
.
Example:
(%i1) load(draw)$
(%i2) draw2d(fill_color = red,
filled_func = true,
explicit(sin(x),x,0,10) )$
See also .