From b1263946a7cbe1d63c1e71bce169f9a1b746d1af Mon Sep 17 00:00:00 2001 From: astronobri Date: Wed, 15 Jan 2025 16:56:32 -0500 Subject: [PATCH] derUtilityCost: Changed interpolation line styles for all DER series. --- omf/models/derUtilityCost.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/omf/models/derUtilityCost.py b/omf/models/derUtilityCost.py index 51de1ec5b..01a7734de 100644 --- a/omf/models/derUtilityCost.py +++ b/omf/models/derUtilityCost.py @@ -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) @@ -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))