Skip to content

Commit d9d1f58

Browse files
committed
Improved ui
1 parent d0e48c4 commit d9d1f58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/streamlit_app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,10 +618,9 @@ def compute_mapper_fig(mapper_plot, colors, node_size, cmap, _agg, agg_name):
618618
logger.info("Generating Mapper figure")
619619
mapper_fig = mapper_plot.plot_plotly(
620620
colors,
621-
color_names=colors.columns,
622621
node_size=node_size,
623622
agg=_agg,
624-
title=agg_name,
623+
title=[f"{agg_name} of {c}" for c in colors.columns],
625624
cmap=cmap,
626625
width=600,
627626
height=600,

0 commit comments

Comments
 (0)