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

Function: setheadline
Description: setheadline changes the head line of plot.


Usage: setheadline(di, l_num, c_num, headline)
Input:
di Display
l_num integer, 1 ... count of lines of di
c_num integer, 1 ... count of columns of di
headline a string

Example:



di=createdisplay(1, 1)

x=1:100

y=sin(x/20)+uniform(100, 1)/10

show(di, 1, 1, x~y)

setheadline(di, 1, 1, "A test")

Result:



New Display  window with dataset y and headline "A test" is created


Group: Plot Manipulation
See also: setyaxis setxaxis show

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, 21.9.2000