• Below works to create the *.plt in color
    I want it to create in black and white
    I try place -bw but cant get it right

    PLOT $!LIST /$!NAME OVER
    SYSCOM 'C:\temp\PlotViewer.exe /p $!NAME'

    I found this in abother file but cant figure out to get it to work in mine
    PLOT $!NAME PRINT 'MINL 0.3, COL BW, REDUCE, EXPAND'

    I tried
    PLOT $!LIST /$!NAME PRINT 'MINL 0.3, COL BW, REDUCE, EXPAND'
    but get syntax error at PRINT

    Any suggestions?