Skip to content

Commit 9c203cc

Browse files
committed
add using Plots in SDE example
1 parent 179d251 commit 9c203cc

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
@@ -213,7 +213,7 @@ dV(t) &= \left(g \cdot Gᴾ(t)\right) dt
213213
```
214214
where the $dW_1(t)$ and $dW_2(t)$ terms represent independent Brownian Motions, encoding the noise added by the Chemical Langevin Equation. Finally, we can simulate and plot the results.
215215
```julia
216-
using StochasticDiffEq
216+
using StochasticDiffEq, Plots
217217
sol = solve(sprob, EM(); dt = 0.05)
218218
plot(sol; xguide = "Time (au)", lw = 2)
219219
```

0 commit comments

Comments
 (0)