Library: | graphic |
See also: | grbar plotbar |
Macro: | dispbar | |
Description: | plots a barchart in specified window of a display |
Usage: | dispbar(d, r, c, x) | |
Input: | ||
d | display | |
r | scalar | |
c | scalar | |
x | text or number vector |
library ("graphic") t = floor((normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25)) d = createdisplay(1,1) dispbar (d, 1, 1, t)
shows a barchart
Library: | graphic |
See also: | grbar plotbar |