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: setxaxis show setheadline

Function: setyaxis
Description: setyaxis changes the layout of the vertical axis.


Usage: setyaxis(di, l_num, c_num, from, to{, origin, major, minor, m, k})
Input:
di Display
l_num integer, 1 ... count of lines of di
c_num integer, 1 ... count of columns of di
from the minimal value from the axis
to the maximal value from the axis
origin origin for tickmark
major major for tickmark
minor minor for tickmark
m m from the "m+k*y" as axis text
k k from the "m+k*y" as axis text

Example:

di=createdisplay(1, 1)
x=1:100
y=sin(x/20)+uniform(100, 1)/10
show(di, 1, 1, x~y)
setyaxis(di, 1, 1, -1.5, 1.5, 0, 0.5, 0.1, 0, 1)
Result:
you see it yourself.

Group: Plot Manipulation
See also: setxaxis show setheadline

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

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