plot_network: geomap for PyPSA 0.20

This commit is contained in:
Fabian Neumann 2022-08-05 17:44:31 +02:00
parent a65cf7cac4
commit c1a7a5476f

View File

@ -307,7 +307,7 @@ def plot_h2_map(network):
)
n.plot(
geomap=False,
# geomap=False,
bus_sizes=0,
link_colors='#72d3d6',
link_widths=link_widths_retro,
@ -441,7 +441,7 @@ def plot_ch4_map(network):
)
n.plot(
geomap=False,
# geomap=False,
ax=ax,
bus_sizes=0.,
link_colors='#e8d1d1',
@ -451,7 +451,7 @@ def plot_ch4_map(network):
)
n.plot(
geomap=False,
# geomap=False,
ax=ax,
bus_sizes=0.,
link_colors=link_color_used,