Skip to content

Commit 47544ee

Browse files
Merge pull request #542 from SciML/vars_to_idxs
vars to idxs in docs
2 parents 5b3a093 + 07305cf commit 47544ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sol(t, idxs = [A, B])
6060
Plotting multiple variables using the SciML plot recipe can be achieved
6161
like
6262
```@example faq1
63-
plot(sol; vars = [A, B])
63+
plot(sol; idxs = [A, B])
6464
```
6565

6666
## How to disable rescaling of reaction rates in rate laws?

0 commit comments

Comments
 (0)