數據可視化--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
相關文章
相關標籤/搜索