Skip to content

Commit a560076

Browse files
Explicit comment detailing import to activate extension
1 parent 1feaf9b commit a560076

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/examples/calibration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ using Statistics
1616
using CSV, DataFrames, YAML
1717
using Streamfall
1818

19-
using Plots
19+
# Import visualization packages to compile extensions
20+
using Plots, GraphPlot
2021

2122

2223
sn = load_network("Example Network", "../test/data/campaspe/campaspe_network.yml")

docs/src/examples/network_loading.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Loading a pre-defined network from a YAML file.
44

55
```julia
66
using YAML
7+
using Plots, GraphPlot
78
using Streamfall
89

910

0 commit comments

Comments
 (0)