This repository explains and demonstrates different types of plots in Python:
- Histogram
- Box Plot
- Scatter Plot
- Line Chart
- Logarithmic Scales
- Bar Plot
- Dot Plot
- plots.ipynb: The main notebook with code, charts, and explanations.
Run the following to install dependencies:
pip install -r requirements.txt