We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5df218d + c30b944 commit 0a2e686Copy full SHA for 0a2e686
2 files changed
examples/paper_example04.jl
@@ -119,7 +119,6 @@ for s in simulation
119
geography = geographies[Symbol(s)], obstacles = obstacles[i] == "on",
120
mesh = true, mesh_transparency = 0.2,
121
node_sizes = sizes, node_shades = shades,
122
- node_color = :seismic,
123
edge_min_thickness = 1, edge_max_thickness = 4)
124
title!(plots[i], "Geography $(s)")
125
end
src/main/helper.jl
@@ -206,7 +206,7 @@ end
206
"""
207
get_model(auxdata)
208
209
-Construct the appropriate JuMP model based on the parameters and auxiliary data.
+Construct the appropriate JuMP model based on the auxiliary data.
210
211
# Arguments
212
- `auxdata`: Auxiliary data required for constructing the model (created by `create_auxdata()`).
0 commit comments