Matplotlib Regular Config
默认字体
1 | import matplotlib.pyplot as plt |
画图设置
1 | # alter the nums of column and row of subplot |
坐标轴
1 | # set font size of ticks |
图例
1 | # Alter the size of legend, whether frameon is needed, adjust the accuracy location |
Cheatsheets

1 | import matplotlib.pyplot as plt |
1 | # alter the nums of column and row of subplot |
1 | # set font size of ticks |
1 | # Alter the size of legend, whether frameon is needed, adjust the accuracy location |
