You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open file in DView with column 5 plotted initially
dview \i 5 test.csv
Open file in DView with columns labeled "Beam" plotted
dview \v "Beam (W/m2)" test.csv
Of note, the command line help currently indicates that it should be possible to plot multiple columns of data using the \v option, but this doesn't appear to be working correct (see issues). Also, when plotting with \v, you must include the units in parenthesis.