Group: | Plot Manipulation |
See also: | createdisplay adddata deletedata getdata show axeson |
Function: | axesoff | |
Description: |
All plots created afterwards have invisible axes.
|
Usage: | axesoff() |
axeson() ; turn axes visible di=createdisplay(2, 1) x=1:100 y=sin(x/20)+uniform(100, 1)/10 show(di, 1, 1, x~y) axesoff() ; turn axes invisible show(di, 2, 1, x~y)
Only the upper plot has a visible frame of axes.
Group: | Plot Manipulation |
See also: | createdisplay adddata deletedata getdata show axeson |