Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: barchart.chart - Function Up: barchart - Tool Previous: barchart - Tool


barchart - Constructor



Package display
Module guiutils
Tool barchart


Create a barchart tool


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


Returns
barchart tool or fail




next up previous contents index
Next: barchart.chart - Function Up: barchart - Tool Previous: barchart - Tool   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15