plotfunction

Type: External

Group: graphics

Syntax

PLOTFUNCTION(function, start, end, [no of points], [graph options])

Description

plots a graph of the function between the start and end points. The number of points defaults to 100.

Notes

graph settings color y yellow m magenta c cyan r red g green b blue w white k black linestyle - solid : dotted -. dashdot -- dashed marker . point o circle x x-mark + plus * star s square d diamond v triangle (down) ^ triangle (up) < triangle (left) > triangle (right) p pentagram h hexagram

Examples

PLOTFUNCTION("SIN", 0, 4, 20)

See Also

plot, plot3