import matplotlib.pyplot as plt x = [1,2,3] y = [5,7,4] x2 = [1,2,3] y2 = [10,14,12]. 这样我们可以画出两个线条,接下来: plt.plot(x, y, label='First Line') ...
確定! 回上一頁