Plot line: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= plot_line = | |||
Usage: plot line ''x1'' ''y1'' ''x2'' ''y2'' ... (normal mode) | Usage: plot line ''x1'' ''y1'' ''x2'' ''y2'' ... (normal mode) | ||
plot line [[''x''] ''y1''...] (list mode) | plot line [[''x''] ''y1''...] (list mode) |
Latest revision as of 19:18, 28 January 2009
plot_line
Usage: plot line x1 y1 x2 y2 ... (normal mode)
plot line [[x] y1...] (list mode)
Normal mode: The command draws a line that connects the given points by straight line segments.
List mode: The command draws straight lines through the points of the given vector expressions x, y1,... If no vector expressions are specified, straight lines are drawn through the points of 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.