How to graph the last N values of a column?
Hi All, I'm still relatively new to JSL, so building my script codes as I move along. I'm trying to add to a control chart window the graph of the last 25 data points in a column of M values, e.g. colum(M-25) to (M). I'm thinking of modifying the chart builder script to do this:Control Chart Builder(
Size( 534, 454 ),
Show Two Shewhart Charts( 0 ),
Show Control Panel( 0 ),
Show Limit Summ
...