Skip to content

Commit b4288e0

Browse files
up version
1 parent f31cc23 commit b4288e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ReactiveDynamics"
22
uuid = "c7456e7d-545a-4b79-91ea-6e93d96dd4d4"
3-
version = "0.2.2"
3+
version = "0.2.3"
44

55
[deps]
66
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

tutorial/toy_pharma_model.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ prob = @problematize toy_pharma_model
2525

2626
sol = @solve prob trajectories=20
2727

28-
using Plots; plotly()
28+
using Plots
2929

3030
@plot sol plot_type=summary
3131

@@ -58,7 +58,7 @@ prob = @problematize toy_pharma_model
5858

5959
sol = @solve prob trajectories=20
6060

61-
using Plots; plotly()
61+
using Plots
6262

6363
@plot sol plot_type=summary
6464

0 commit comments

Comments
 (0)