plt.subplot(3, 1, 1) t = np.arange(-60, 10, 3) ct = plt.contourf(X, Y, rows_t_slice, t, cmap=plt.get_cmap('Reds'))
確定! 回上一頁