Matplotlib Practice Repository
Overview
This repository is for practicing data visualization using Matplotlib in Python. It includes Jupyter Notebooks and scripts for creating line charts, scatter plots, histograms, and more.
Structure
--/notebooks/: Jupyter Notebooks for visualization experiments (e.g., survival_plot.ipynb).
--/scripts/: Python scripts for reusable plotting functions.
--/data/: Datasets (not tracked; store locally or link to sources).
--/images/: Saved plots (e.g., .png files).
Setup Instructions
Clone the Repository: git clone https://github.com/anikashraful/matplotlib-practice.git
**Install Dependencies:** pip install -r requirements.txt
**Run Notebooks:**Open .ipynb files in /notebooks/ using Jupyter Notebook or VS Code.
Requirements
Python 3.8+
Libraries: matplotlib, pandas, numpy, jupyter
Install via: pip install matplotlib pandas numpy jupyter
Planned Projects
Visualize Titanic survival rates by gender and class. Create time-series plots for stock or weather data. Build multi-subplot dashboards.
How to Contribute
Fork the repository.
Create a branch: git checkout -b feature-name.
Commit changes: git commit -m "Add feature".
Push to GitHub: git push origin feature-name.
Open a Pull Request.
Contact
GitHub: anikashraful