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

Library: graphic
See also: grbar grbox grhist grdot grdotd grash

Macro: grdotdl
Description: Generates a dotplot as a density line.

Link:
Usage: bp = grdotdl (x {, col})
Input:
x n x 1 vector
col color
Output:
bp composed graphical object

Example:
library ("graphic")
t  = (normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25)
bp = grdotdl (t)
d  = createdisplay (1,1)
show (d, 1, 1, bp)
Result:
shows a dotplot as a density line

Library: graphic
See also: grbar grbox grhist grdot grdotd grash

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

Author: Sigbert Klinke, 961027
(C) MD*TECH Method and Data Technologies, 28.6.1999