Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayerus committed Dec 10, 2024
1 parent d646bec commit 3c8c71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/utils/utils_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def on_hvar_change():
key=f"plot_hvar_{plot_id}"
sel_val=st.session_state[key]
df_plots.loc[plot_id, "hvar"]=sel_val
df_plots.loc[plot_id, "hvals"]=[]
df_plots.at[plot_id, "hvals"]=[]

hind = get_index_in_list(list_cols_ext, df_plots.loc[plot_id, "hvar"])
st.selectbox(
Expand Down

0 comments on commit 3c8c71f

Please sign in to comment.