mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
Add PDF links and bar chart visualization
This commit is contained in:
parent
ea1930aa2f
commit
06f67723df
@ -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).
|
||||
|
||||
BIN
content/chapter3 (3).pdf
Normal file
BIN
content/chapter3 (3).pdf
Normal file
Binary file not shown.
BIN
docs/pdfs/matplot2.pdf
Normal file
BIN
docs/pdfs/matplot2.pdf
Normal file
Binary file not shown.
BIN
docs/pdfs/matplot3.pdf
Normal file
BIN
docs/pdfs/matplot3.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user