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: show adddata getdata

Function: deletedata
Description: deletedata removes a dataset from already plotted ones.


Usage: deletedata(di, l_num, c_num, da_num)
Input:
di Display
l_num integer, 1 ... count of lines of di
c_num integer, 1 ... count of columns of di
da_num integer, 1 ... count of plotted datasets

Example:



di=createdisplay(1, 1)

x=1:100

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

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

; let have a look of the original data and the smoother

deletedata(di, 1, 1, 2)

; remove the smoother

Result:

you see only one dataset.


Group: Plot Manipulation
See also: show adddata getdata

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