... | ... | @@ -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
|
|
|
|
|
|
|