Even functions that have a ylim argument only use it to subselect the data, not to specify the limits on the axis. The wlim and ylim arguments would need to be passed to plotDataFrame() and used there to set the axis limits.
Being able to fix the axes would be important for example for visually comparing two plots with diffviewer, see #194.
Even functions that have a
ylim
argument only use it to subselect the data, not to specify the limits on the axis. Thewlim
andylim
arguments would need to be passed toplotDataFrame()
and used there to set the axis limits.Being able to fix the axes would be important for example for visually comparing two plots with diffviewer, see #194.