python数据可视化:matplotlib的简单示例

官方英文文档 官方APIhtml   超简单示例(基本表格): 照常上最简单直观的代码:(demo1)python import matplotlib.pyplot as plt dot=[3,4,2,1] plt.plot(dot) plt.ylabel('The name of the Y axis') #能够忽略,只是用来标注表的信息而已 plt.xlabel(' The na
相关文章
相关标签/搜索