INCLAN Graphics: plot shape

From CYANA Wiki
Jump to navigation Jump to search

Synopsis

plot shape x1 y1 x2 y2 x3 y3 x4 y4 x5 y5 x6 y6... (normal mode)

plot shape [[x] y1...] (list mode)

Description

Normal mode:
Draws a shape enclosed by a closed Bézier spline curve that is defined by the points (xi,yi). The total number of points must be 3n, with integer n.

Shape.jpg

List mode:
Draws shapes enclosed by Bézier spline curves through the points of the given vector expressions x, y1,... If no vector expressions are specified, shapes are drawn for all list columns. If the x-expression is omitted (i.e. if only a single expression, y1 , is given), the x-coordinates are taken from the x-column of the list. The number of list points must be 3n, with integer n.