matplotlib--------簡單的折線圖之一圖多線

j       就是連個y值一個x值 import matplotlib.pyplot as plt from  matplotlib import font_manager import random x= range(1,27,2) y1 = [random.randint(1,30) for i in x] y2 = [random.randint(1,30) for i in x] fon
相關文章
相關標籤/搜索