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
Open file in DView with two columns "Beam" and "Diffuse" plotted
dview \v "Beam (W/m2),Diffuse (W/m2)" test.csv
Of note, when plotting with \v, you must include the units in parenthesis.
When plotting multiple columns, delimit the names by a comma and leave no spaces between the comma and the next label