美文网首页
关于 matplotlib 的使用

关于 matplotlib 的使用

作者: ztao | 来源:发表于2017-07-01 09:17 被阅读0次

http://pbpython.com/effective-matplotlib.html

作者 Chris Moffitt 总结了学习 matplotlib 的几个步骤:

1) 学习基本的 matplotlib 术语,尤其像什么是 Figure 什么是 Axes。

2) 使用面向对象的接口,在作分析前就培养自己的这种习惯。

3) 以基本的 pandas 绘图开始可视化。

4) 用 seaborn 来做更复杂的统计可视化。

5) 用 matplotlib 定制 pandas 或 seaborn 的可视化。

用来自 matplotlib faq 的图来理解各种术语:

相关文章

网友评论

      本文标题:关于 matplotlib 的使用

      本文链接:https://www.haomeiwen.com/subject/crcwcxtx.html