Plotting with lower and upper limits
Hi all,I have a function that creates cdf plots with lower and upper limits. However, when applied, the lower/upper limits are not being shown because of the axis minimum and maximum. What/how is the proper computation in order for the lower and upper limit to be shown from the plots? Here is my sample function:cdfplot = Function( {ycol, sl, ul}, {plot},
cdf = Oneway( Y( Column( yc
...