From 6f1b3878041db2d6b2c6fcd07e14eba57abd2a3c Mon Sep 17 00:00:00 2001 From: Heronimonimo Date: Mon, 18 Feb 2019 12:57:54 +0100 Subject: [PATCH] Add CCGT to plot --- scripts/plot_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plot_network.py b/scripts/plot_network.py index 34ddf47d..4aa204fe 100644 --- a/scripts/plot_network.py +++ b/scripts/plot_network.py @@ -215,7 +215,7 @@ def split_costs(n): costs, costs_cap_ex, costs_cap_new, costs_marg = split_costs(n) costs_graph = pd.DataFrame(dict(a=costs.drop('load', errors='ignore')), - index=['AC-AC', 'AC line', 'onwind', 'offwind-ac', 'offwind-dc', 'solar', 'OCGT', 'battery', 'H2']).dropna() + index=['AC-AC', 'AC line', 'onwind', 'offwind-ac', 'offwind-dc', 'solar', 'OCGT','CCGT', 'battery', 'H2']).dropna() bottom = np.array([0., 0.]) texts = []