Skip to content

Commit a542b41

Browse files
Update README.md
1 parent d13e9d9 commit a542b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ tspan = (0.0,100.0)
103103
prob = ODEProblem(connected,u0,tspan,p)
104104
sol = solve(prob,Rodas5())
105105

106-
using Plots; plot(sol,vars=(a,lorenz1.x,lorenz2.y))
106+
using Plots; plot(sol,vars=(a,lorenz1.x,lorenz2.z))
107107
```
108108

109109
![](https://user-images.githubusercontent.com/1814174/79222641-eb9c4c00-7e25-11ea-9a76-256f132ca7aa.png)

0 commit comments

Comments
 (0)