Skip to content

Commit 1410120

Browse files
Indicate network plotting in example docs
1 parent 35117c0 commit 1410120

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/examples/network_loading.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ sn = load_network("Example Network", "../test/data/campaspe/campaspe_network.yml
1111

1212
# Find all inlets and outlets
1313
inlets, outlets = find_inlets_and_outlets(sn)
14+
15+
# Show figure of network
16+
plot_network(sn)
1417
```

0 commit comments

Comments
 (0)