matplotlib繪製折線圖和散點圖及參數設置

import random from matplotlib import pyplot as plt # 環境中有和pyplot衝突的會報 ImportError: cannot import name 'pyplot import matplotlib x = range(2,26,2) y = [15,13,14,5,17,20,25,26,24,22,18,15] # 設置圖片大小 plt
相關文章
相關標籤/搜索