Skip to content

PiyushYadav0021/Matplotlib-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

📈 Matplotlib Practice – Visualizing Data from Basics to Real Use Cases

Matplotlib Banner

A complete hands-on journey through Matplotlib — from simple plots to real-world dataset visualizations.

License: MIT Made with Jupyter Follow Me


What’s Covered

In this I am going to cover all the basic concepts of Matplotlib

🧱 Core Visualizations

  • Line Plot, Scatter Plot, Bar Chart
  • Histogram, Pie Chart
  • Customizing axes, labels, titles
  • Multiple plots in a single figure
  • Subplots, Layouts, Grids
  • Styling: colors, markers, linewidths
  • Saving figures

📊 Real-World Visualizations (Coming Soon)

  • Data visualizations on 2 real-world datasets
  • Use of Pandas + Matplotlib for insights
  • Matplotlib + NumPy combo usage
  • Preparing publication-ready charts

📁 File Structure

matplotlib-practice/ ├── 01_line_scatter_bar.ipynb ├── 02_hist_pie_custom.ipynb ├── 03_layouts_subplots.ipynb ├── 04_styling_themes.ipynb ├── 05_advanced_tweaks.ipynb ← Coming Soon ├── 06_dataset1_visualization.ipynb ← Coming Soon ├── 07_dataset2_visualization.ipynb ← Coming Soon └── README.md


🎯 Why This Exists

This repo is part of my personal journey in mastering Data Science and AI.
My goals:

  • Understand Matplotlib thoroughly
  • Create high-quality, customized charts
  • Build visual storytelling skills using real data
  • Share learning with others via clean notebooks

🛠 Tech Used

  • Python 3.x
  • Matplotlib
  • Jupyter Notebook
  • (Pandas & NumPy for datasets)

🚀 Getting Started

git clone https://github.com/piyushyadav0021/matplotlib-practice.git
cd matplotlib-practice

About

Welcome to this complete Matplotlib practice repository. Whether you're just starting or want to sharpen your data visualization skills, this is a hands-on collection of notebooks ranging from the basics to real-world datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors