asjadnaqvi / stata-treemap

A Stata package for tree maps
MIT License
14 stars 3 forks source link

FIX: large layer0 levels causes "serset: too many string variables" error #14

Open asjadnaqvi opened 1 week ago

asjadnaqvi commented 1 week ago

If layer0 has > 30+ levels, the nested iterations cause a serset error. This occurs in the lowest marker layer only.

Check if this can be fixed by flattening the drawing of the last layer.