This repository contains my practice notebooks for learning Matplotlib and Seaborn, two powerful libraries for data visualization in Python.
01_IntroductiontoMatplotlib.ipynb– Basics of Matplotlib and simple plots02_BarPlot.ipynb– Creating bar plots03_PieCharts.ipynb– Visualizing data using pie charts04_Stack_Plots.ipynb– Stack plots for cumulative data visualization05_Histogram.ipynb– Plotting histograms for data distribution06_ScatterPlots.ipynb– Scatter plots for relationships between variables07_Subplots.ipynb– Multiple plots in a single figure08_Seaborn-Intro.ipynb– Introduction to Seaborn for statistical visualization09_Seaborn-Plots.ipynb– Advanced Seaborn plots (heatmaps, pairplots, etc.)matplotlib_demo.py– Python script showcasing Matplotlib usage
- Clone the repository:
git clone https://github.com/S07singh/Matplotlib-and-Seaborn.git