bdf.explore#
- bdf.explore(df: DataFrame, *, xdata: str = 'Test Time / s', ydata: str | Iterable[str] = 'Voltage / V', yydata: str | Iterable[str] | None = None, xunit: str | None = None, yunit: str | None = None, yyunit: str | None = None, backend: str = 'plotly', kind: str = 'line', title: str | None = None, **kwargs)[source]#
Interactive plotting entry point.
- backend:
“bokeh”: hvPlot + Bokeh backend (supports dual y-axis)
“plotly”: native Plotly (supports dual y-axis)