. . Starting Step 2.2 title DEX Scatter Plot for Eddy Current Data xlimits 1 3 major x1tic mark number 3 minor x1tic mark number 0 xtic offset 0.6 0.6 x1tic mark label format alpha x1tic mark label content ^x1 ^x2 ^x3 y1label ^y line solid all line blank char blank all char x dex scatter plot y x1 x2 x3 limits freeze pre-erase off char bl all lines solid all let k2 = 2*k plot yplot xplot xplot subset tagplot 1 to k2 pre-erase on limits . let dxplot = distinct xplot let dxplot = sort dxplot let ndxplot = number dxplot let b = 18 just cece loop for j = 1 1 ndxplot let a = dxplot(j) moveds a b let evenodd = mod(j,2) if evenodd = 1; text -; end if if evenodd = 0; text +; end if end loop . line blank title y1label xlimits x1tic mark label format real major x1tic mark number minor x1tic mark number xtic offset 0.5 0.5 . Finished Step 2.2: Page Back for Output