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: Changes the headline of plot.

Usage: setheadline(di, l_num, c_num, headline)
Input:
di string, name of a display
l_num integer, represents the number of a row of the display di
c_num integer, represents the number of a column of the display di
headline string, new headline

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:
A display window showning the dataset and the
headline "A test".



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