Code Fellows 401
Day 14 Notes
Home
Reading
Matplotlib Tutorial
Bookmark and Review
Seaborn Tutorial
Bokeh Tutorial
Cheat Sheet
Seaborn Cheat Sheet
Things I want to know more about
- Matplotlib is a plotting library for Python.
- It allows creating static, animated and interactive visualizations in Python.
- It is widely used and supported by a large community.
- Matplotlib is particularly useful for creating 2D plots and graphs, including line plots, scatter plots, bar plots, and histograms.
- It also allows customization of plot elements like colors, labels, and legends, and provides tools to add annotations, and control the axis limits, ticks, and scales.