Skip to content

Commit 476298a

Browse files
committed
minor doc up
1 parent 2713b51 commit 476298a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/dsl_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ sol[:Xtot]
602602
```
603603
similarly, we can plot the values of $Xtot$ and $Ytot$ using
604604
```@example obs1
605-
plot(sol; idxs=[:Xtot, :Ytot])
605+
plot(sol; idxs=[:Xtot, :Ytot], label=["Total X" "Total Y"])
606606
```
607607

608608
If we only wish to provide a single observable, the `begin ... end` block is note required. E.g., to record only the total amount of $X$ we can use:

0 commit comments

Comments
 (0)