Hi! In my TreeMap there are elements with small values so it is no longer visible on my TreeMap, how can it be properly distributed on the TreeMap interface to show them all?
The place I circled
Hi! In my TreeMap there are elements with small values so it is no longer visible on my TreeMap, how can it be properly distributed on the TreeMap interface to show them all?
The place I circled
I dont think that there is a way that you can show values that are that small of a percentage of the whole. The only way would be to adjust the data to make it larger.
You could however, use the maxdepth argument, but then that would require some navigation to dig in to the data.