fig, ax = plt.subplots() ax.errorbar(fast_time[:,0], fast_time[:,1], ... linewidth=2) ax.set_xlabel('size of dataset') ax.set_ylabel('running time') ...
確定! 回上一頁