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 plotbar

Macro: dispbar
Description: plots a barchart in specified window of a display

Link:
Usage: dispbar(d, r, c, x)
Input:
d display
r scalar
c scalar
x text or number vector

Example:
library ("graphic")
t  = floor((normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25))
d  = createdisplay(1,1)
dispbar (d, 1, 1, t)
Result:
shows a barchart

Library: graphic
See also: grbar plotbar

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, 980805
(C) MD*TECH Method and Data Technologies, 17.8.2000