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