Skip to content

Commit

Permalink
Adjusted series names in Thermal Battery Power Profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
LMSlaugh committed Nov 26, 2024
1 parent 78fd5f7 commit 86837d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions omf/models/derUtilityCost.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ def work(modelDir, inputDict):
name='TESS Serving Load',
line=dict(color='rgba(127,0,255,1)', width=1),
line_shape=lineshape,
name='TESS Serving Load (kW)',
stackgroup='one',
showlegend=showlegend))

Expand Down Expand Up @@ -434,7 +433,7 @@ def work(modelDir, inputDict):
yaxis='y1',
mode='lines',
line=dict(color='green', width=1),
name='Minimum Power Capacity',
name='Minimum Calculated Power Capacity',
showlegend=True
))
fig.add_trace(go.Scatter(
Expand All @@ -443,7 +442,7 @@ def work(modelDir, inputDict):
yaxis='y1',
mode='lines',
line=dict(color='blue', width=1),
name='Maximum Power Capacity',
name='Maximum Calculated Power Capacity',
showlegend=True
))
fig.add_trace(go.Scatter(
Expand All @@ -452,7 +451,7 @@ def work(modelDir, inputDict):
yaxis='y1',
mode='lines',
line=dict(color='black', width=1),
name='Actual Power',
name='Actual Power Utilized',
showlegend=True
))

Expand Down

0 comments on commit 86837d0

Please sign in to comment.