kuniga.me > Docs > Matplotlib Cheatsheet
Matplotlib Cheatsheet
Syntax for common tasks I run into often. Assumes Python 3.
Index
- Import
- Templates
- Single plot
- Multiple Plots
- Chart Types
- Line
- Vertical Line
- Properties
- Dimensions
- Title
Import
Templates
Single plot
Multiple Plots
One row, two columns:
Chart Types
Line
Vertical Line
Properties
Dimensions
Do on creation, via figsize
:
Width 18 and height 5 are assumed to be inches.
Title