Skip to content

Commit

Permalink
Merge branch 'master' into split_planning_horizon
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum authored Aug 29, 2022
2 parents 98dd2db + 1dc0031 commit 8e566a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plot_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def plot_map(n, opts, ax=None, attribute='p_nom'):
link_colors=link_colors_with_alpha,
bus_sizes=0,
boundaries=map_boundaries,
color_geomap=True, geomap=False,
color_geomap=True, geomap=True,
ax=ax)
ax.set_aspect('equal')
ax.axis('off')
Expand Down

0 comments on commit 8e566a7

Please sign in to comment.