TO START
BASICS
subplot() command requires to specify the number of row and column we want to print the plots, and the third parameter specify what of the graph we are going to handle. axes: ([left, bottom, width, height]) fig, axes allow you to auto-manage axis, you don't have to create them. Axes, now, will be an array of axis.We could use for loop to populate labels on axis. |
SIZE, SAVE, LEGEND
subplot() command requires to specify the number of row and column we want to print the plots, and the third parameter specify what of the graph we are going to handle. axes: ([left, bottom, width, height]) fig, axes allow you to auto-manage axis, you don't have to create them. Axes, now, will be an array of axis.We could use for loop to populate labels on axis. COLORS, LINEWIDTHS, LINETYPES
|
Cheatography
https://cheatography.com
Python - Matplotlib Cheat Sheet (DRAFT) by aggialavura
Matplotlib for visualization library
This is a draft cheat sheet. It is a work in progress and is not finished yet.