You want to use pyplot.grid : x = numpy.arange(0, 1, 0.05) y = numpy.power(x, 2) fig = plt.figure() ax = fig.gca() ...
確定! 回上一頁