Skip to content

Commit 2550f34

Browse files
committed
Add S label
1 parent d168739 commit 2550f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papers/Martin_Staadecker_Value_of_LDES_and_Factors/LDES_paper_graphs/Figure impact of LDES on grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
label = float(line.get_label())
194194
if label not in x_label.keys():
195195
continue
196-
labellines.labelLine(line, state_of_charge.index[x_label[label]], label=str(int(label)), align=False, color='k')
196+
labellines.labelLine(line, state_of_charge.index[x_label[label]], label="S "+str(int(label)), align=False, color='k')
197197

198198
demand_lines = ax.plot(demand, c="dimgray", linestyle="--", alpha=0.5)
199199
ax.legend(demand_lines, ["Demand"])

0 commit comments

Comments
 (0)