import matplotlib.pyplot as plt plt.plot([1,2,3,4]) ... color='c', fontsize = 15, fontname = 'Times New Roman') plt.axis([0 ,30, 0, ...
確定! 回上一頁