使用matplotlib繪製簡單的折線圖

我的博客頁面連接:http://www.shihao.online/(django搭建的我的博客,還在完善中)web #encoding:utf-8 #使用matplotlib繪製簡單的折線圖 import matplotlib.pyplot as plt #繪製簡單的折線圖 squares = [1, 4, 9, 16, 25] plt.plot(squares) #plot函數根據數字
相關文章
相關標籤/搜索