Skip to content

Commit

Permalink
plot: Minor bug in Transformer color
Browse files Browse the repository at this point in the history
  • Loading branch information
nworbmot committed May 23, 2017
1 parent b6b03a4 commit 414291e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypsa/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def plot(network, margin=0.05, ax=None, basemap=True, bus_colors='b',

defaults_for_branches = {
'Link': dict(color="cyan", width=2),
'Line': dict(color="b", width=2)
'Line': dict(color="b", width=2),
'Transformer': dict(color='green', width=2)
}

Expand Down

0 comments on commit 414291e

Please sign in to comment.