This repository contains a Sunburst plot visualization created using Plotly Express in Python. Sunburst plots are hierarchical visualizations that represent relationships in a dataset through nested rings. This project uses a small dataset for demonstration and is scalable for larger data.
- Interactive Sunburst Chart built with Plotly Express.
- Hierarchical Data Representation for easy visualization.
- Hover Tooltips to display details on hover.
- Scalable for larger datasets with minimal modifications.
- Clone the repository
git clone https://github.com/Arpan-14/Sunburst-Plot.git cd your-repository - Install required libraries
pip install plotly pandas
- Run the notebooks
Open Plotly_1st.ipynb or Plotly_2nd.ipynb in Jupyter Notebook or Google Colab. Run the cells to generate the respective Sunburst plots. - **Visit the Repo https://github.com/Arpan-14/Sunburst-Plot
The dataset used for this plot is a attached in the github in the image form. You can replace it with your own data while maintaining the required format.
Sunburst Plot from Plotly_1st.ipynb:

Sunburst Plot from Plotly_2nd.ipynb:

- Modify the dataset to include your custom data.
- Adjust color schemes and labels as needed.
Contributions are welcome! Feel free to submit issues or pull requests to enhance this project.
This project is licensed under the MIT License.