plotly_io.plotly_depth_spectra

plotly_io.plotly_depth_spectra(
    depth_models,
    labels,
    highlight_model=None,
    wl_range=None,
    units='percent',
    wl_scale='linear',
    resolution=250.0,
    depth_range=None,
    obs_geometry='transit',
    throughput=None,
)

Make a plotly figure of transit/eclipse depth spectra.

Back to top