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 |
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")
New Display window with dataset y and headline "A test" is created
Group: | Plot Manipulation |
See also: | setyaxis setxaxis show |