数据可视化--Matplotlib

import matplotlib.pyplot as plt pyplot模块包含了常用的Matplotlib API函数 1.figure   Matplotlib的图像均位于figure对象中,创建figure对象     fig = plt.figure() 2.Subplot     fig.add_subplot(a,b,c)     返回的是AxesSubplot对象     a,b
相关文章
相关标签/搜索