[H,Range] = scatter([X,Y],...)
[H,Range] = scatter(Range,[X,Y],...)
[H,Range] = scatter(Ax,Range,[X,Y],...)
ax
[ 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
, Y
[ tseries ] - Two scalar tseries objects plotted on the x-axis and the y-axis, respectively.
H
[ numeric ] - Handles to the lines 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.
See help on built-in plot
function for other options available.