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