plots series with bars as in Excel
histg(namey,color,title,dilat,wind)
* namey = a time series, a real (nx1) vector or a string equal to the name of a time series or a (nx1) real vector between quotes
* color = either:
- a scalar, the numerical representation of the color used for the bars
- a (1 x n) vector, the numerical representation of the color used for the bars (one per bar)
- a (k x n) vector, the numerical representation of the color used for the bars, one per bar, each column representing the RGB color definition.
* title = the graph title
* dilat = the dilatation factor applied to the default axis font
* wind = the window number (optional: by default a new window is open)
* nothing (printed on a graphic window)
load(GROCERDIR+'\data\bdhenderic.dat') histo_ts('delts(lm1)',2,'M1 growth rate',1) // Example graphs the growth rate of UK M1, with a dilatation factor 2 for the axis | ![]() | ![]() |