pyvista.examples.planets.download_neptune_surface#
- download_neptune_surface(texture=False, load=True)[ソース]#
惑星海王星の表面のテクスチャをダウンロードできます.
テクスチャは Solar Textures から取得したものです.
- パラメータ:
- 戻り値:
pyvista.DataSet
,pyvista.Texture
,or
str
load
とtexture
パラメータに依存した,テクスチャ,データセット,またはファイルへのパス.
例
>>> from pyvista import examples >>> texture = examples.planets.download_neptune_surface(texture=True) >>> texture.plot(zoom='tight', show_axes=False)