Creates a 2D bar graph.
y Specifies a 1D array of y values.
Outline If nonzero, each bar is outlined. (Default: no outlining)
Additional BAR keywords are listed below. For a description of each keyword, see Chapter 2, Graphics and Plotting Keywords, in the PV-WAVE Reference.
y = FINDGEN(5) TEK_COLOR BAR2D, y, Title= 'Buffalo Securities Demo', Xtitle = 'X Axis', $ Ytitle = 'Y Axis'
Figure 2-4 A simple 2D bar chart.See Also