LStyle

LStyle # [ON] [glist] Change the default line style for the plot groups specified in "[glist]". The first number is the style type. Note, glist can also contain 'Model' to change the line style when plotting the current model, or 'Grid' to change the line style when plotting the grid in the currently active window.

LStyle ? List possible line styles.

examples

PLT> LStyle 2 ON 3    ! Use line style 2 when plotting group 3
PLT> LStyle 1         ! Use solid line when plotting all groups
PLT> LStyle 5 ON 1,4  ! Use line style 5 when plotting groups 1 and 4
PLT> LS 2 ON 3,MOD    ! Use line style 2 when plotting group 3 and the
                      ! current model.

Return to plt main page.