hvplot.ui.hvPlotExplorer.settings# hvPlotExplorer.settings()[source]# Return a dictionary of the customized settings. This dictionary can be reused as an unpacked input to the explorer or a call to the .hvplot accessor. hvplot.explorer(df, **settings) df.hvplot(**settings) Returns: dictCustomized settings.