Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Plot Manipulation
See also: createdisplay adddata deletedata getdata show axesoff

Function: axeson
Description: All plots created after this command have visible axes.

Usage: axeson()

Note:

Example:
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)

Result:
A display window is created showing two plots, but
only the upper one has visible axes.



(C) MD*TECH Method and Data Technologies, 05.02.2006