Synopsis
barchart(title, width, height, large, show)
Description
Note that after construction of the barchart, even if
show is
T, the barchart will not be visible on the screen until at least one
value is charted.
Arguments
title |
|
title for the barchart frame |
|
|
Allowed: |
string |
|
|
Default: |
AIPS++ Bar Chart |
width |
|
width of the barchart in pixels |
|
|
Allowed: |
integer |
|
|
Default: |
400 |
height |
|
height of the barchart in pixels |
|
|
Allowed: |
integer |
|
|
Default: |
200 |
large |
|
charted values larger than this are displayed in red if enough colors are available |
|
|
Allowed: |
real |
|
|
Default: |
1.0e+38 |
show |
|
show charted values? |
|
|
Allowed: |
boolean |
|
|
Default: |
T |