Spaces:
Sleeping
Sleeping
Commit
·
b4eb2a5
1
Parent(s):
60b2947
Upload app.py
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ with colb2:
|
|
244 |
|
245 |
# curtailment
|
246 |
df_curtailment = m.solution['y_curt'].sel(i = iRes).to_dataframe().reset_index()
|
247 |
-
fig = px.area(m.solution['y_curt'].sel(i = iRes).to_dataframe().reset_index(), y='y_curt', x='t', title='Curtailment', color='
|
248 |
|
249 |
with colb1:
|
250 |
fig
|
|
|
244 |
|
245 |
# curtailment
|
246 |
df_curtailment = m.solution['y_curt'].sel(i = iRes).to_dataframe().reset_index()
|
247 |
+
fig = px.area(m.solution['y_curt'].sel(i = iRes).to_dataframe().reset_index(), y='y_curt', x='t', title='Curtailment', color='i')
|
248 |
|
249 |
with colb1:
|
250 |
fig
|