Skip to content

Commit

Permalink
Merge branch 'dev' into features/#276-improve-simple-example
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Sep 14, 2022
2 parents 75e65a9 + 9fae3ea commit f8b2286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edisgo/tools/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ def plot_lines():
loading = s_res.loc[branch_name]
s_nom = edisgo_obj.topology.lines_df.s_nom.loc[branch_name]
color = color_map_color(
loading / s_nom,
loading / s_nom * 0.9,
vmin=color_min,
vmax=color_max,
cmap_name=colorscale,
Expand Down

0 comments on commit f8b2286

Please sign in to comment.