Maxima Graphic object
polygon ([[x1,y1], [x2,y2],...])
polygon([x1,x2,...],[y1,y2,...])
Draws polygons in 2D.
2D
polygon ([[x1,y1], [x2,y2],...])
or
polygon ([x1,x2,...], [y1,y2,...])
:
plots on the plane a polygon with vertices [x1,y1]
, [x2,y2]
, etc..
This object is affected by the following graphic options: transparent
,
fill_color
, border
, line_width
, key
,
line_type
and color
.
Example: