Matplotlib
0 / 13 solved · Easy 4 · Medium 7 · Hard 2
| # | Title | Difficulty | |
|---|---|---|---|
| 1 | ○ | Create a Figure (OO API) | Easy |
| 2 | ○ | Line Plot | Easy |
| 3 | ○ | Titled & Labeled Line Plot | Easy |
| 4 | ○ | Two Lines with a Legend | Medium |
| 5 | ○ | Scatter Plot | Easy |
| 6 | ○ | Vertical Bar Chart | Medium |
| 7 | ○ | Horizontal Bar Chart | Medium |
| 8 | ○ | Histogram | Medium |
| 9 | ○ | 2×2 Subplot Grid | Medium |
| 10 | ○ | Side-by-Side Plots | Hard |
| 11 | ○ | Plot a Pandas Series | Medium |
| 12 | ○ | Bar Chart from a DataFrame | Hard |
| 13 | ○ | Set the Figure Size | Medium |