import matplotlib.pyplot as plt plt.plot([1,2,3,4]) ... 0, 50]) plt.grid(True) plt.tick_params(axis='y', labelcolor='r') for i in ...
確定! 回上一頁