From 286520f396d2f364fa4de94649fbdd1401ee65dd Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 3 Aug 2022 17:06:41 +0200 Subject: [PATCH] compatibility: fix plotting for new pypsa version --- scripts/plot_network.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/plot_network.py b/scripts/plot_network.py index 4a1bc6d0..cbc7cdbd 100644 --- a/scripts/plot_network.py +++ b/scripts/plot_network.py @@ -307,7 +307,6 @@ def plot_h2_map(network): ) n.plot( - geomap=False, bus_sizes=0, link_colors='#72d3d6', link_widths=link_widths_retro, @@ -441,7 +440,6 @@ def plot_ch4_map(network): ) n.plot( - geomap=False, ax=ax, bus_sizes=0., link_colors='#e8d1d1', @@ -451,7 +449,6 @@ def plot_ch4_map(network): ) n.plot( - geomap=False, ax=ax, bus_sizes=0., link_colors=link_color_used,