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