translate_file SciMax Toolbox transpose

SciMax Toolbox >> transparent

transparent

Graphic option

transparent

Description

Default value: false

If transparent is true, interior regions of polygons are filled according to fill_color.

This option affects the following graphic objects:

Example:

(%i1) load(draw)$
(%i2) draw2d(polygon([[3,2],[7,2],[5,5]]),
             transparent = true,
             color       = blue,
             polygon([[5,2],[9,2],[7,5]]) )$
translate_file SciMax Toolbox transpose