Python之圖表、二維碼生成

一、生成二維圖表 1、首先安裝numpy和matplotlib庫 圖1 2、直接上代碼啦 #coding:utf-8 importnumpyasnp importmatplotlib.pyplotasplt plt.figure(1)# 創建圖表1 plt.figure(2)# 創建圖表2 ax1 = plt.subplot(211)# 在圖表2中創建子圖1 ax2 = plt.subplot(2
相關文章
相關標籤/搜索