pyvista.examples.planets.load_saturn#
- load_saturn(radius=1.0, lat_resolution=50, lon_resolution=100)[ソース]#
惑星土星をテクスチャ付きの球体として読み込みます.
- パラメータ:
- 戻り値:
pyvista.PolyData
土星のデータセット.
例
>>> import pyvista as pv >>> from pyvista import examples >>> mesh = examples.planets.load_saturn() >>> texture = examples.planets.download_saturn_surface(texture=True) >>> image_path = examples.planets.download_stars_sky_background(load=False) >>> mesh.plot(texture=texture, background=image_path)
参考
download_saturn_surface()
Download the surface of Saturn.
load_saturn_rings()
Load Saturn's rings as a textured disc.
download_saturn_rings()
土星の輪のテクスチャをダウンロードできます.
- 3D地球と天体
Example plot of the solar system.