create_user_filtered_hist()
Create a Plotly histogram with a dropdown that lets the user
Usage
create_user_filtered_hist(results)choose which metric to display.
Parameters
results: pd.DataFrame- Wide-format results with one row per replication and one column per KPI.
Returns
plotly.graph_objects.Figure- Interactive histogram figure.