2

Does anyone have a template for displaying the illuminance map data in Excel?

Still a newbie...

I have many Energyplus simulations (not using Open Studio) and would like to analyze the illuminance map output. Any suggestions?

KerryHarp's avatar
133
KerryHarp
asked 2020-07-22 12:26:31 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

If you are familiar with Python, I would suggest to use matplotlib or any libraries based on it (e.g. seaborn) instead of Excel. Have a look at those:

https://matplotlib.org/3.1.1/api/_as_...

https://seaborn.pydata.org/generated/...

Adrien's avatar
404
Adrien
answered 2020-11-06 07:08:35 -0500, updated 2020-11-06 07:08:51 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments