diff --git a/content/AI&DATA/Data Science/Data visualization with Matplotlib.md b/content/AI&DATA/Data Science/Data visualization with Matplotlib.md index 2b78290e4..6b8b756a6 100644 --- a/content/AI&DATA/Data Science/Data visualization with Matplotlib.md +++ b/content/AI&DATA/Data Science/Data visualization with Matplotlib.md @@ -4,6 +4,8 @@ https://matplotlib.org/stable/plot_types/basic/index.html # Introduction to Data Visualization with Matplotlib +[pdf](https://github.com/ErdemOzgen/brain/blob/v4/docs/pdfs/matplot1.pdf) + 1. **Pyplot Interface Introduction**: ```python import matplotlib.pyplot as plt @@ -62,6 +64,8 @@ https://matplotlib.org/stable/plot_types/basic/index.html # Time-series Data with Matplotlib #timeseries +[pdf](https://github.com/ErdemOzgen/brain/blob/v4/docs/pdfs/matplot2.pdf) + To create a DataFrame for `climate_change`, you can follow a structure similar to this: @@ -143,6 +147,7 @@ Each section provides practical instructions and code snippets for effectively v # Quantitative Comparisons: Bar-Charts +![[chapter3 (3).pdf]] 1. **Olympic Medals Data**: Presents a dataset on Olympic medals and demonstrates basic bar chart plotting. 2. **Rotating Tick Labels**: Shows how to rotate axis labels for clarity. 3. **Visualizing Multiple Medal Types**: Explains stacking bars for different medal types (Gold, Silver, Bronze). diff --git a/content/chapter3 (3).pdf b/content/chapter3 (3).pdf new file mode 100644 index 000000000..4c8fc0e90 Binary files /dev/null and b/content/chapter3 (3).pdf differ diff --git a/docs/pdfs/matplot2.pdf b/docs/pdfs/matplot2.pdf new file mode 100644 index 000000000..e73629bdb Binary files /dev/null and b/docs/pdfs/matplot2.pdf differ diff --git a/docs/pdfs/matplot3.pdf b/docs/pdfs/matplot3.pdf new file mode 100644 index 000000000..4c8fc0e90 Binary files /dev/null and b/docs/pdfs/matplot3.pdf differ