pyvista.examples.planets.download_saturn_rings#
- download_saturn_rings(texture=False, load=True)[ソース]#
土星の輪のテクスチャをダウンロードできます.
テクスチャは Solar Textures から取得したものです.
- パラメータ:
- 戻り値:
pyvista.ImageData
,pyvista.Texture
,or
str
土星の輪のデータセット,テクスチャ,またはファイル名.
例
>>> from pyvista import examples >>> texture = examples.planets.download_saturn_rings(texture=True) >>> texture.plot(cpos='xy')