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 d13e9d9 commit a542b41Copy full SHA for a542b41
README.md
@@ -103,7 +103,7 @@ tspan = (0.0,100.0)
103
prob = ODEProblem(connected,u0,tspan,p)
104
sol = solve(prob,Rodas5())
105
106
-using Plots; plot(sol,vars=(a,lorenz1.x,lorenz2.y))
+using Plots; plot(sol,vars=(a,lorenz1.x,lorenz2.z))
107
```
108
109

0 commit comments