plot_network: do not plot very small pipelines
This commit is contained in:
parent
383aef7e1c
commit
ddcaff0b5b
@ -260,7 +260,7 @@ def plot_h2_map(network, regions):
|
|||||||
bus_size_factor = 1e5
|
bus_size_factor = 1e5
|
||||||
linewidth_factor = 1e4
|
linewidth_factor = 1e4
|
||||||
# MW below which not drawn
|
# MW below which not drawn
|
||||||
line_lower_threshold = 1e2
|
line_lower_threshold = 1e3
|
||||||
|
|
||||||
# Drop non-electric buses so they don't clutter the plot
|
# Drop non-electric buses so they don't clutter the plot
|
||||||
n.buses.drop(n.buses.index[n.buses.carrier != "AC"], inplace=True)
|
n.buses.drop(n.buses.index[n.buses.carrier != "AC"], inplace=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user