Changes
Page history
Update Get started on Windows 10 using WSL
authored
May 20, 2019
by
Postma, Johannes Auke
Show whitespace changes
Inline
Side-by-side
Get-started-on-Windows-10-using-WSL.md
View page @
10523f33
...
...
@@ -43,7 +43,8 @@ and then you can run OpenSimRoot with for example
```
and plot the results for, for example, root length with
```
cat tabled_output.tab | grep rootLength | ../scripts/plot
cat tabled_output.tab | grep rootLength |
grep -v Position |
../scripts/plot
```
Since WSL lacks graphics support, the plot script will actually exit with an error. The good thing is that the plot is actually created, and can be opened in windows when you double click on the rpGraph.svg