We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbb0d2 commit 40385adCopy full SHA for 40385ad
content/pages/03-data/21-matplotlib.markdown
@@ -53,3 +53,8 @@ toolkits.
53
* [Animation with Matplotlib](https://towardsdatascience.com/animations-with-matplotlib-d96375c5442c)
54
explains the `animation` base class and the main interfaces for
55
creating animations in your visualizations.
56
+
57
+* [Matplotlib: Creating Plots](https://www.youtube.com/playlist?list=PL-osiE80TeTvipOqomVEeZ1HRrcEvtZB_)
58
+ is a video tutorial series where each 15-ish minute episode covers
59
+ one important topic such as shading areas on line plots, drawing
60
+ pie charts or plotting a stream of updating data.
0 commit comments