3-D bar chart
bar3(tsobj)
bar3(tsobj,width)
bar3(..., 'style')
hbar3 = bar3(...)
bar3h(...)
hbar3h = bar3h(...)
| Financial time series object. |
| Width of the bars and separation of bars within a group.
(Default = |
|
|
bar3, bar3h draw three-dimensional vertical and horizontal bar
charts.
bar3(tsobj) draws the columns of data series of the object
tsobj. The number of data series dictates the number of vertical
bars per group. Each group is the data for one particular date.
bar3(tsobj,width) specifies the width of the bars.
bar3(..., ' changes the style of
the bar chart.style')
hbar3 = bar3(...) returns a vector of bar handles.
Use the MATLAB® command shading faceted to
put edges on the bars. Use shading flat to turn edges off.