Skip to content
Prev 385369 / 398506 Next

plot.window: need finite 'ylim' values

Hi Mike,
Try this:

plot (chart_Series (sample.xts[,1], subset=subset, TA=ta),
 type="n",ylim=c(minimum,maximum))

where minimum and maximum are the extremes of the plot if there were
any valid values.

Jim
On Fri, Aug 21, 2020 at 6:32 PM Mike <mike9 at posteo.nl> wrote: