pyvista.examples.planets.download_pluto_surface#
- download_pluto_surface(texture=False, load=True)[ソース]#
準惑星冥王星の表面のテクスチャをダウンロードすることができます.
テクスチャは Solar Textures から取得したものです.
- パラメータ:
- 戻り値:
pyvista.DataSet
|pyvista.Texture
|str
load
とtexture
パラメータに依存した,テクスチャ,データセット,またはファイルへのパス.
例
>>> from pyvista import examples >>> texture = examples.planets.download_pluto_surface(texture=True) >>> texture.plot(zoom='tight', show_axes=False)
参考
- Pluto Surface Dataset
詳細はデータセットギャラリーのこのデータセットをご覧ください。
load_pluto()
Load Pluto as a textured sphere.
- 3D地球と天体
Example plot of the solar system.