| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Financial Toolbox |
| Contents | Index |
| Learn more about Financial Toolbox |
bar3(tsobj) bar3(tsobj, width) bar3(..., 'style') hbar3 = bar3(...) bar3h(...) hbar3h = bar3h(...)
tsobj | Financial time series object. |
width | Width of the bars and separation of bars within a group. (Default = 0.8.) If width is 1, the bars within a group touch one another. Values > 1 produce overlapping bars. |
style | 'detached' (default), 'grouped', or 'stacked'. |
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(..., 'style') changes the style of the bar chart.
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.
Create three-dimensional bar charts for Disney stock showing high, low, opening, and closing prices.

load disney
bar3(q_dis, 'stacked')
title('Three-Dimensional Bar Chart of Disney Prices')

load disney
bar3(q_dis, 'stacked')
title('Three-Dimensional Bar Chart of Disney Prices (Stacked)')
![]() | bar, barh | beytbill | ![]() |
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |