This repository contains a series of Jupyter Notebook exercises that focus on creating various types of data visualizations using Seaborn and Matplotlib. Each notebook explores different aspects of data visualization, from basic plots to more complex visual representations like heatmaps.
- Exercise: Hello Seaborn
- Exercise: Line Charts
- Exercise: Scatter Plots
- Exercise: Bar Charts and Heatmaps
- Exercise: Distributions
- Exercise: Choosing Plot Types and Custom Styles
- Exercise: Final Project
- Python (3.x)
- Jupyter Notebook (or JupyterLab)
- Libraries used in these exercises:
- Matplotlib
- Seaborn
- Pandas
- NumPy
You can install the required libraries using the following command:
pip install matplotlib seaborn pandas numpy jupyter