plot all points without error bars plot(iterations, average) # plot errorbars for every 50th point errorbar(iterations[::50], average[::50], ...
確定! 回上一頁