Skip to content

Commit

Permalink
derUtilityCost: Changed interpolation line styles for all DER series.
Browse files Browse the repository at this point in the history
  • Loading branch information
astronobri committed Jan 15, 2025
1 parent 295142c commit b126394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion omf/models/derUtilityCost.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ def work(modelDir, inputDict):
name='Grid Serving Load',
fillcolor='rgba(192,192,192,1)',
line=dict(color='rgba(192,192,192,1)'), ## Plotly default assigns different colors for line and fillcolor
#line_shape=lineshape,
line_shape=lineshape,
#stackgroup='one',
showlegend=showlegend))

## Temperature line on a secondary y-axis (defined in the plot layout)
Expand Down Expand Up @@ -392,6 +393,7 @@ def work(modelDir, inputDict):
fillcolor='rgba(153,0,0,1)',
line=dict(color='rgba(0,0,0,0)'), #transparent line (to get around the Plotly default line)
name='Fossil Generator Serving Load',
line_shape=lineshape,
#stackgroup='one',
showlegend=showlegend))

Expand Down

0 comments on commit b126394

Please sign in to comment.