在Jupyter notebook提供一個方法可以直接在螢幕上秀出劃出的圖表 %matplotlib ... fig = plt.figure() plt.errorbar(ironman_error_x, ironman_error_y, yerr=2, ...
確定! 回上一頁