Skip to content

Commit

Permalink
fix(_psych): fix comfort polygon color
Browse files Browse the repository at this point in the history
  • Loading branch information
devang-chauhan committed Jan 6, 2022
1 parent 77fead2 commit 3726c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ladybug_charts/_psych.py
Expand Up @@ -249,7 +249,7 @@ def _psych_chart(psych: PsychrometricChart, data: BaseCollection = None,
'Occupant Use of Fans': '#3d17ff',
'Capture Internal Heat': '#f58700',
'Passive Solar Heating': '#ff0400',
'Comfort': '#00eeff'
'Comfort': '#009402'
}

poly_obj = PolygonPMV(psych_dummy)
Expand Down

0 comments on commit 3726c33

Please sign in to comment.