Help / Graphs / Plot graph
Notation:
- plot(a, b)
- plot(a, b, c)
Parameter(s):
- aFunction
- bVariable range (x-Dimension)
- c(Optional) Range (y-Dimension)
Usage examples:
plot(sin(x),x=-180..180, -0.5..0.5)
Limiting the output-range (here: -0.5..0.5)
plot(cos(x),x=-180..180)
