Skip to content

Commit a761db9

Browse files
committed
Update to use new som plots
1 parent 266e747 commit a761db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ using Plots
6969
plot(sol, idxs = (x, y))
7070
```
7171

72-
![Lorenz2](https://user-images.githubusercontent.com/1814174/79118645-744eb580-7d5c-11ea-9c37-13c4efd585ca.png)
72+
![Lorenz2](https://github.com/user-attachments/assets/e82fb2ce-97b7-4f56-b272-85653c88bdb3)
7373

7474
This will have automatically generated fast Jacobian functions, making
7575
it more optimized than directly building a function. In addition, we can then
@@ -122,7 +122,7 @@ using Plots
122122
plot(sol, idxs = (a, lorenz1.x, lorenz2.z))
123123
```
124124

125-
![](https://user-images.githubusercontent.com/17304743/187790221-528046c3-dbdb-4853-b977-799596c147f3.png)
125+
![LorenzConnected](https://github.com/user-attachments/assets/ef65d812-c10e-42c6-945d-e61515e3b6a1)
126126

127127
## Citation
128128

0 commit comments

Comments
 (0)