[h,range] = area(x,...)
[h,range] = area(range,x,...)
[h,range] = area(a,range,x,...)
a
[ numeric ] - Handle to axes in which the graph will be plotted; if not specified, the current axes will used.
range
[ numeric ] - Date range; if not specified the entire range of the input tseries object will be plotted.
x
[ tseries ] - Input tseries object whose columns will be ploted as an area graph.
h
[ numeric ] - Handle(s) to the area(s) plotted.
range
[ numeric ] - Actually plotted date range.
'dateformat='
[ char | irisget('plotdateformat') ] - Date format for the tick marks on the x-axis.
'datetick='
[ numeric | Inf
] - Vector of dates locating tick marks on the x-axis; Inf means they will be created automatically.
'tight='
[ true
| false
] - Make the y-axis tight.
See help on built-in area
function for other options available.