INCLAN Graphics: plot shape: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 1: Line 1:
== Synopsis ==


Usage: plot shape ''x1'' ''y1'' ''x2'' ''y2'' ''x3'' ''y3'' ''x4'' ''y4'' ... (normal mode)
'''plot shape''' ''x''<sub>1</sub> ''y''<sub>1</sub> ''x''<sub>2</sub> ''y''<sub>2</sub> ''x''<sub>3</sub> ''y''<sub>3</sub> ''x''<sub>4</sub> ''y''<sub>4</sub> ''x''<sub>5</sub> ''y''<sub>5</sub> ''x''<sub>6</sub> ''y''<sub>6</sub>... (normal mode)
      plot shape [[''x''] ''y1''...]                            (list mode)


Normal mode:
'''plot shape''' [[''x''] ''y''<sub>1</sub>...]                            (list mode)
The command draws a shape enclosed by a Bezier spline curve defined by the
given points. The total number of points must be 3n, with integer n''0.  


List mode:
== Description ==
The command draws shapes enclosed by Bezier spline curves through the points  
 
of the given vector expressions x, y1,... If no vector expressions are  
Normal mode:<br>
specified, splines are drawn through the points of all list columns. If the
Draws a shape enclosed by a closed Bézier spline curve that is defined by the points (''x''<sub>i</sub>,''y''<sub>i</sub>). The total number of points must be 3''n'', with integer ''n''.
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  
List mode:<br>
points must be 3n, with integer n''0.
Draws shapes enclosed by Bézier spline curves through the points of the given vector expressions ''x'', ''y''<sub>1</sub>,... 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, ''y''<sub>1</sub> , is given), the ''x''-coordinates are taken from the ''x''-column of the list. The number of list points must be 3''n'', with integer ''n''.

Revision as of 10:19, 19 August 2009

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.

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.