Note
Go to the end to download the full example code.
TODO add description

from pyvisual import Plot3d
from pyvisual.core.mesh3d import SphericalMesh
from pyvisual.utils.data import fetch_datasets
from psi_io import read_hdf_data
data = fetch_datasets("cor", "br")
# mesh = SphericalMesh(data.cor_br, r=1)
plotter = Plot3d(off_screen=True)
plotter.add_sun()
plotter.show()
Total running time of the script: (0 minutes 1.516 seconds)