Displaying 1 result from an estimated 1 matches for "rollmeanlogbidask".
2006 Oct 31
3
plotting question
...below and at the end there are some plotting
statements.
it actualy looks quite nice when you run it but there is just one
strange thing happening that
don't know how to fix.
the three things being plotted are
aggfxdata[,logbidask] which has its own set of times ( it's a zoo object
).
rollmeanlogbidask which has a subset of the times that aggfxdata has.
basically it starts later than aggfxdata[,logbidask] and when the plot
is done, it works in the
sense that rollmeanlogbidask gets plotted later.
then, i plot the variable lt on the same plot witrh it's vertical axis
on the right side and thi...