python繪製折線圖(多條)

# encoding=utf-8 from matplotlib import pyplot import matplotlib.pyplot as plt names = range(8,21) names = [str(x) for x in list(names)] x = range(len(names)) y_train = [0.840,0.839,0.834,0.832,0.82
相關文章
相關標籤/搜索