bencher.results.plotly_result

Module Contents

Classes

PlotlyResult

class bencher.results.plotly_result.PlotlyResult(bench_cfg: bencher.bench_cfg.BenchCfg)

Bases: bencher.results.bench_result_base.BenchResultBase

to_volume(result_var: param.Parameter = None, **kwargs)
to_volume_da(dataset: xarray.Dataset, result_var: param.Parameter, width=600, height=600) panel.pane.Plotly | None

Given a benchCfg generate a 3D surface plot :returns: A 3d volume plot as a holoview in a pane :rtype: pn.pane.Plotly