Add CCGT to plot

This commit is contained in:
Heronimonimo 2019-02-18 12:57:54 +01:00 committed by Jonas Hörsch
parent dc94378539
commit 6f1b387804

View File

@ -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 = []