码迷,mamicode.com
首页 > 其他好文 > 详细

Matplotlib1

时间:2019-12-03 23:40:45      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:sub   mat   pyplot   atp   box   imp   cat   otl   xpl   

import matplotlib.pyplot as plt

  • plt.plot()
  • plt.scatter()
  • plt.hist()
  • plt.subplots()
  • plt.subplot()
  • plt.xlabel()
  • plt.ylabel()
  • plt.title()
  • plt.xticks()
  • plt.text()
  • plt.grid()
  • df.plot(kind=‘hist‘/‘scatter‘/‘bar‘/‘barh‘/‘box‘/)
  • df.boxplot()

Matplotlib1

标签:sub   mat   pyplot   atp   box   imp   cat   otl   xpl   

原文地址:https://www.cnblogs.com/leo2018/p/11979907.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!