Skip to content

Latest commit

 

History

History
128 lines (75 loc) · 2.88 KB

File metadata and controls

128 lines (75 loc) · 2.88 KB

📊 Matplotlib Practice Notebooks

This repository contains my hands-on practice and learning notebooks for Matplotlib, a powerful Python library used for data visualization.


🚀 What is Covered

📌 Basics

  • Introduction to Matplotlib

    • Understanding plotting workflow
    • Creating simple line plots

🎨 Plot Customization

  • Customizing plots (colors, markers, line styles)
  • Using markers (Markers.png)
  • Improving visual appearance of graphs

image alt


🏷️ Labels & Grid

  • Adding titles and axis labels
  • Customizing fonts and styles
  • Adding and styling grids

image alt


📊 Different Types of Charts

  • Bar Charts

    • Creating and customizing bar graphs

image alt

  • Pie Charts

    • Representing categorical data visually

image alt

  • Scatter Plots

    • Visualizing relationships between variables

image alt

  • Histograms

    • Understanding data distribution

image alt


📐 Advanced Visualization

  • Subplots

    • Creating multiple plots in one figure
    • Layout management

image alt


🔗 Integration with Pandas

  • Plotting directly from Pandas DataFrames
  • Real-world data visualization using data.csv

📂 Project Structure

├── Introduction.ipynb
├── Matplotlib_Customization.ipynb
├── Matplotlib_labels.ipynb
├── Matplotlib_Grid.ipynb
├── Matplotlib_bar_charts.ipynb
├── Matplotlib_pie_chart.ipynb
├── Matplotlib_scatter_plots.ipynb
├── Matplotlib_histograms.ipynb
├── Matplotlib_subplots.ipynb
├── graph_using_Pandas_and_Matplotlib!.ipynb
├── Markers.png
├── data.csv
├── README.md
└── LICENSE

🛠️ Tech Stack

  • Python 🐍
  • Matplotlib
  • Pandas (for integrated plotting)
  • Jupyter Notebook

🎯 Purpose

This repository is part of my journey to become a Data Analyst. It demonstrates my ability to visualize and interpret data using different types of plots.


⭐ Support

If you find this repository helpful, consider giving it a star ⭐