> For the complete documentation index, see [llms.txt](https://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/networks-and-trees/visualizing-trees/space-partitioning-and-containment/sunburst-and-icicle-plots.md).

# Sunburst and Icicle Plots

## Sunburst and Icicle Plots

## Sunburst

It is a technique that shows hierarchical structure and, at the same time, aims to be as scalable as treemaps.

![](https://github.com/vikrambajaj22/cs-gy-6313-information-visualization/tree/3c48b78fa6863e413bc5de9fbb02bc202da645ff/assets/sunburst.png)

The center is the root node. Areas are proportionate to node values. Every layer has children of the nodes in the previous layer.

As shown, it uses a radial layout.

## Icicle Plot

It is essentially the same as a sunburst, but doesn't use a radial layout.

![](https://612062878-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M5-0RG_uqhxyMNjpMUW%2F-M5-0SvQ45Rarxg8L2lA%2F-M5-0VqVOl2Z1CZ1VX7m%2Ficicle.png?generation=1586990828098892\&alt=media)The top layer is the root node, areas are proportionate to node values, and every layer has the child nodes of the nodes in the layer above it.

They use space **less efficiently**, but make it **easier** to perceive hierarchy.
