import matplotlib.pyplot as plt plt.plot([1, 2, 3, 4]) plt.ylabel('some numbers') plt.show ... The letters and symbols of the format string are from MATLAB, ...
確定! 回上一頁