http://pbpython.com/effective-matplotlib.html
作者 Chris Moffitt 总结了学习 matplotlib 的几个步骤:
1) 学习基本的 matplotlib 术语,尤其像什么是 Figure 什么是 Axes。
2) 使用面向对象的接口,在作分析前就培养自己的这种习惯。
3) 以基本的 pandas 绘图开始可视化。
4) 用 seaborn 来做更复杂的统计可视化。
5) 用 matplotlib 定制 pandas 或 seaborn 的可视化。
用来自 matplotlib faq 的图来理解各种术语: