Main
Home
Quick tour
Documentation
Mailing Lists
Demonstration
Download
Sourceforge project
FAQ
History
Links


Toolboxes
Char
Control
Crypto
Finance
FunFun
General
Graphics
Image
Internal
InputOutput
LinearAlgebra
Matrix
Miscellaneous
Net
Polynomial
Set
Signal
SpecFun
SpecialMatrix
Statistics
String
System
Time
Trigonometric
...


Contact
Developers

JMathLib
A Java Clone of Octave, SciLab, Freemat and Matlab.

[Index] [Documentation] [Demonstration] [Download]

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

Last modified
SourceForge Logo