We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d612f3e commit 564495cCopy full SHA for 564495c
README.md
@@ -57,7 +57,7 @@ But we can just plot them directly:
57
```julia
58
using Statistics
59
stds = std.(sol.pu)
60
-plot(sol.t, hcat(stds...)', color=["#CB3C33" "#389826" "#9558B2"]
+plot(sol.t, hcat(stds...)', color=["#CB3C33" "#389826" "#9558B2"],
61
label=["std(u1(t))" "std(u2(t))"], xlabel="t", ylabel="standard-deviation")
62
```
63
0 commit comments