matplotlib基本使用(矩形圖、餅圖、熱力圖、3D圖)

使用matplotlib畫簡單的圖形:html #-*- coding:utf-8 -*- from numpy.random import randn import matplotlib.pyplot as plt fig=plt.figure() ax1=fig.add_subplot(2,2,1) plt.plot(randn(50).cumsum(),'k--') ax2=fig.add
相關文章
相關標籤/搜索