I am getting regional maxs/mins where to set reference lines (axis=x). I need show the reference lines with two diff. colors (Max-> Blue; Min -> Cyan). Sample code is below. Used additional dataset is fine, such as _test_mm_ind. Thanks, data _test; do i=1 to 300; tsvar=sin(i/10); output; end...