[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.
See help on tseries/plot
and the built-in function scatter
for all options available.