on a grid in [0, 1]x[0, 1] ... import matplotlib.pyplot as plt >>> plt.subplot(221) >>> plt.imshow(func(grid_x, grid_y).T, extent=(0,1,0,1), origin='lower') ...
確定! 回上一頁