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 f31cc23 commit b4288e0Copy full SHA for b4288e0
Project.toml
@@ -1,6 +1,6 @@
1
name = "ReactiveDynamics"
2
uuid = "c7456e7d-545a-4b79-91ea-6e93d96dd4d4"
3
-version = "0.2.2"
+version = "0.2.3"
4
5
[deps]
6
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
tutorial/toy_pharma_model.jl
@@ -25,7 +25,7 @@ prob = @problematize toy_pharma_model
25
26
sol = @solve prob trajectories=20
27
28
-using Plots; plotly()
+using Plots
29
30
@plot sol plot_type=summary
31
@@ -58,7 +58,7 @@ prob = @problematize toy_pharma_model
58
59
60
61
62
63
64
0 commit comments