Gakkhar, Try adding the following statement before the plot statement:
Formula1 = IIf(Cum(1)==BarCount, Formula1, Null); Then you shouldn't need to include the final "Null, Null, 1" parameters in the Plot statement. Regards, GP --- In [email protected], "Vinay Gakkhar." <[EMAIL PROTECTED]> wrote: > > I am plotting output of my formula in the following way: > > Plot ( Formula1 , " Formula1" , colorRed , styleThick , Null, Null , 1 ) ; > > But this gives me a full graph for the entire period for which I have data. > > I want to get only the last one bar of the output to be plotted. > > How to do it? > > Best regards, > > gakkhar >
