import matplotlib.pyplot as plt x = [1,2,3] y = [4,5,6] plt.xlabel('X axis') plt.ylabel('Y axis') ... _images/matplotlib-plt-linestyle-advanced.png.
確定! 回上一頁