Skip to content

Commit

Permalink
Remove color.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKrantz committed Sep 15, 2024
1 parent d5aaa88 commit c30b944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/paper_example04.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ for s in simulation
geography = geographies[Symbol(s)], obstacles = obstacles[i] == "on",
mesh = true, mesh_transparency = 0.2,
node_sizes = sizes, node_shades = shades,
node_color = :seismic,
edge_min_thickness = 1, edge_max_thickness = 4)
title!(plots[i], "Geography $(s)")
end
Expand Down

0 comments on commit c30b944

Please sign in to comment.