This repository contains the supporting files for my Medium series of articles.
The code in the articles is quite simple and is designed to show how easy it is to create stunning visualisations with Plotly Express. the files here are broken into functions along with docstrings and error handling.
- Creating Stunning Visualisations with Plotly: A Beginner's Guide to Plotlys' Basic Charts
- Creating Stunning Visualisations with Plotly: A Beginner's Guide to Plotlys' Part-of-Whole Charts
- Comming soon - Creating Stunning Visualisations with Plotly: A Beginner's Guide to Plotlys' 1D Distribution charts.
I decided to write several articles on Plotly Express charting to show the power of Plotly Express and how easy it is to create stunning visualisations with it.
Where possible I have cited the dataset that I used in the article.
The code here in this repo is augmented from the simpler code that is used in the articles. This code is split into functions and has rudimentary error handling
Docstrings were created by AI
If you have any questions or comments please feel free to contact me.
- Python 3.9+
- Plotly Express
- Pandas
- Numpy
To install the requirements for this code, use the following command in your terminal:
pip install -r requirements.txt