Skip to content

A comprehensive guide to visualizing data with Matplotlib, from basic plotting techniques to advanced customization, for effective data storytelling in data science and analysis.

License

Notifications You must be signed in to change notification settings

mr-pylin/data-visualization-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Data Visualization Workshop

License Python Version Codacy Badge Code Style Repo Size Last Updated PRs Welcome

A comprehensive guide to data visualization, covering Matplotlib, Seaborn, and Plotly. From basic plotting techniques to advanced customization, this workshop helps you tell effective data stories in data science and analysis.

πŸ“– Table of Contents

πŸ“– Matplotlib

  1. Introduction
  2. Basic Plotting
  3. Styling Plots
  4. Sub Plots
  5. Work with Images
  6. 3D Plotting

πŸ“– Seaborn

πŸ“– Plotly

πŸ“‹ Prerequisites

βš™οΈ Setup

This project requires Python v3.10 or higher. It was developed and tested using Python v3.13.1. If you encounter issues running the specified version of dependencies, consider using this version of Python.

πŸ“ List of Dependencies

ipykernel ipywidgets matplotlib numpy pandas plotly seaborn

πŸ“¦ Installing Dependencies

πŸ“¦ Method 1: Poetry (Recommended βœ…)

Use Poetry for dependency management. It handles dependencies, virtual environments, and locking versions more efficiently than pip.
To install exact dependency versions specified in poetry.lock for consistent environments without installing the current project as a package:

poetry install --no-root

πŸ“¦ Method 2: Pip

Install all dependencies listed in requirements.txt using pip:

pip install -r requirements.txt

πŸ› οΈ Usage Instructions

  1. Open the root folder with VS Code (Ctrl/Cmd + K followed by Ctrl/Cmd + O).
  2. Open .ipynb files using the Jupyter extension integrated with VS Code.
  3. Select the correct Python kernel and virtual environment where the dependencies were installed.
  4. Allow VS Code to install any recommended dependencies for working with Jupyter Notebooks.

✍️ Notes:

  • It is highly recommended to stick with the exact dependency versions specified in poetry.lock or requirements.txt rather than using the latest package versions. The repository has been tested on these versions to ensure compatibility and stability.
  • This repository is actively maintained, and dependencies are updated regularly to the latest stable versions.
  • The table of contents embedded in the notebooks may not function correctly on GitHub.
  • For an improved experience, open the notebooks locally or view them via nbviewer.

πŸ”— Useful Links

Matplotlib

Seaborn

  • Seaborn Website:
    • The official website for Seaborn, providing information, tutorials, and resources for the Seaborn library
    • Official site: seaborn.pydata.org
  • Seaborn Documentation:
  • Seaborn Source Code:

Plotly

  • Plotly Website:
    • The official website for Plotly, providing information, tutorials, and resources for the Plotly library
    • Official site: plotly.com
  • Plotly Documentation:
    • Comprehensive guide and reference for all functionalities and features of the Plotly library
    • Doc: plotly.com/python
  • Plotly Source Code:

πŸ” Find Me

Any mistakes, suggestions, or contributions? Feel free to reach out to me at:

I look forward to connecting with you! πŸƒβ€β™‚οΈ

πŸ“„ License

This project is licensed under the Apache License 2.0.
You are free to use, modify, and distribute this code, but you must include copies of both the LICENSE and NOTICE files in any distribution of your work.

©️ Copyright Information

About

A comprehensive guide to visualizing data with Matplotlib, from basic plotting techniques to advanced customization, for effective data storytelling in data science and analysis.

Topics

Resources

License

Stars

Watchers

Forks