8000 GitHub - twelsh37/charting-article: Code from my medium article
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

twelsh37/charting-article

Repository files navigation

Creating Stunning Visualisations with Plotly: A Beginner's Guide to Plotly Express Charts

Supporting files for my Medium articles on the above heading

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.

  1. Creating Stunning Visualisations with Plotly: A Beginner's Guide to Plotlys' Basic Charts
  2. Creating Stunning Visualisations with Plotly: A Beginner's Guide to Plotlys' Part-of-Whole Charts
  3. 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.

Requirements

  • Python 3.9+
  • Plotly Express
  • Pandas
  • Numpy

Installation

To install the requirements for this code, use the following command in your terminal:

pip install -r requirements.txt

License

GPL-3

Releases

No releases published

Packages

No packages published

Languages

0