Possible to use 3D chart to visualize totaled values from multiple HB Zones?

Hi all,

Thanks for the wealth of information and amazing tools! I’ve spent some time working through Chris’s excellent Honeybee tutorials, but I’m having difficulty with the following problem… I’d like to be able to compare the overall performance of different massing models, each of which will be composed of several zones.

I’m looking at heating load in this dramatically simplified example with two zones. I’m hoping to use Ladybug’s 3D chart to visualize the combined heating load of both zones for January in a single chart. Everything seems to work fine when I run the output directly from [ReadEPResult] to [3DChart], returning one chart for each zone. I’m returning an error message when I try to hook up my totaled list, though.

My approach has been to use Ladybug’s separate data [strNum] component to separate the numerical values from the text string, explode the data tree, then add the two resulting lists together and reinsert the text string at the beginning. When I feed the resultant list into the 3D chart, however, [3DChart] returns the error message “1. Solution exception:unsupported operand type(s) for -: ‘str’ and ‘str’”

I can’t figure out where my approach is going wrong – any help is greatly appreciated… Thanks!




HB_Total Heating Load Chart_Simplified.gh (597 KB)