> is there a way to make Plots only plot on the current or (better
> yet), the last three bars and then disappear ?
Use a point or tick plot style and set the color of plot2 the same as
the chart background....
plot1(my_osc,"my_osc");
plot2[3](my_osc[3],"erase");
--
Dennis
|