News

In this tutorial, I will show you, how to create a Treemap & Sunburst Chart in Python by using the library called Plotly. The data is coming directly from an excel file. You can do all the changes in ...
Sunburst plots visualize hierarchical data spanning outwards radially from root to leaves. Similar to Icicle charts and Treemaps, the hierarchy is defined by labels (names for px.icicle) and parents ...
Python provides different visualization packages that help in creating different types of charts, graphs, and plots. Pygal is an open-source python library that not only creates highly interactive ...