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
相关文章
相关标签/搜索