Skip to content
Snippets Groups Projects
Commit fa5ccde8 authored by DIANE's avatar DIANE
Browse files

barplot

parent e37b85bd
No related branches found
No related tags found
No related merge requests found
...@@ -588,7 +588,7 @@ if selected: ...@@ -588,7 +588,7 @@ if selected:
zip(set(md_df_st_.loc[selected][selected_col]), colorslist[:len(set(md_df_st_.loc[selected][selected_col]))])) zip(set(md_df_st_.loc[selected][selected_col]), colorslist[:len(set(md_df_st_.loc[selected][selected_col]))]))
st.write('The distribution of selected samples across categories') st.write('The distribution of selected samples across categories')
barhsel = barhplot(md_df_st_.loc[selected][[specs_col]], cmap=cmap2) barhsel = barhplot(md_df_st_.loc[selected][[selected_col]], cmap=cmap2)
st.pyplot(barhsel) st.pyplot(barhsel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment