使用ax.set_xticklabels() 建立的圖表需要搭配plt.xticks() 方法,除了不 ... import matplotlib.pyplot as plt x = [1,2,3,4,5] fig = plt.figure() plt.plot(x) ...
確定! 回上一頁