Library: | graphic |
See also: | grbar grbox grhist grash |
Macro: | grdot | |
Description: | Generates a dotplot. |
Usage: | bp = grdot (x {, col}) | |
Input: | ||
x | n x 1 vector | |
col | color | |
Output: | ||
bp | composed graphical object |
library ("graphic") t = (normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25) bp = grdot (t) d = createdisplay (1,1) show (d, 1, 1, bp)
shows a dotplot
Library: | graphic |
See also: | grbar grbox grhist grash |