Plotting the Structured Grid with PyVista¶ · p = pv.Plotter() p.add_mesh(mesh=grid, scalars=grid["Elevation"], cmap='gist_earth') p.show_grid(color='black') p.
確定! 回上一頁