Help with showing legend for DF Analysis

I want to make some similar graphic to the one attached - with a line showing when the daylight factor goes below 1%. Do you think this was made in GH, or maybe just approximated in some vector graphics program?

Can’t say it was done in GH ,but for sure a similar outcome can be done with LB/HB. Look for the LB_MeshSelector component.

-A.

You can use the Ladybug_CountourMesh to achieve somewhat similar image. However it does not always work for me.

Attached is the old fashion, ugly-but-does-the-job way.

ugly_contour.gh (37 KB)

Same example but using the LB_MeshSelector (Not contourMesh).

Works fine for me all the times.

-A.

ugly_contour_AY.gh (399 KB)