bencher.results.explorer_result
Classes
Module Contents
- class bencher.results.explorer_result.ExplorerResult(bench_cfg: bencher.bench_cfg.BenchCfg)
Bases:
bencher.results.pane_result.PaneResult- to_plot(**kwargs) panel.pane.Pane
Produces a hvplot explorer instance to explore the generated dataset see: https://hvplot.holoviz.org/getting_started/explorer.html
- Returns:
A dynamic pane for exploring a dataset
- Return type:
pn.pane.Pane