pyvista.examples.planets.download_saturn_rings#
- download_saturn_rings(texture=False, load=True)[ソース]#
土星の輪のテクスチャをダウンロードできます.
テクスチャは Solar Textures から取得したものです.
- パラメータ:
- 戻り値:
pyvista.ImageData
|pyvista.Texture
|str
土星の輪のデータセット,テクスチャ,またはファイル名.
例
>>> from pyvista import examples >>> texture = examples.planets.download_saturn_rings(texture=True) >>> texture.plot(cpos='xy')
参考
- Saturn Rings Dataset
詳細はデータセットギャラリーのこのデータセットをご覧ください。
load_saturn_rings()
Load Saturn's rings as a textured disc.
load_saturn()
惑星土星をテクスチャ付きの球体として読み込みます.
download_saturn_surface()
Download the surface of Saturn.
- 3D地球と天体
Example plot of the solar system.