Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | dish | |
Module | dish | |
Tool | dish |
xarray | vector of values for the x axis | ||
Allowed: | vector of floats | ||
Default: | no default | ||
yarray | vector of values for the y axis | ||
Allowed: | vector of floats | ||
Default: | no default | ||
newplot | Create a new plot(T) or overlay this(F) | ||
Allowed: | boolean | ||
Default: | T |
- x:=1:100 - y:=sin(x) - d.plotxy(x,y);