Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 552 Bytes

File metadata and controls

10 lines (7 loc) · 552 Bytes

plotly_in_python

This repo shows ypu how to design a tree map using plotly module in python.

Treemaps are used to visualize hierarchical data as a set of nested rectangles. It displays hierarchical data in such a way that each branch of the tree receives a rectangle which is filled with smaller rectangles as sub-branches.

Example plotlyex

Here the white outer block is a which can also be known as root of all rectangles(sub branches).