bencher.results.explorer_result =============================== .. py:module:: bencher.results.explorer_result Classes ------- .. autoapisummary:: bencher.results.explorer_result.ExplorerResult Module Contents --------------- .. py:class:: ExplorerResult(bench_cfg: bencher.bench_cfg.BenchCfg) Bases: :py:obj:`bencher.results.pane_result.PaneResult` .. py:method:: 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 :rtype: pn.pane.Pane