Add CCGT to plot
This commit is contained in:
parent
dc94378539
commit
6f1b387804
@ -215,7 +215,7 @@ def split_costs(n):
|
|||||||
costs, costs_cap_ex, costs_cap_new, costs_marg = 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')),
|
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.])
|
bottom = np.array([0., 0.])
|
||||||
texts = []
|
texts = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user