wenjun99 commited on
Commit
54ccd61
·
verified ·
1 Parent(s): 177e320

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +3 -3
src/app.py CHANGED
@@ -1226,9 +1226,9 @@ with tab3:
1226
  medianprops=dict(color="black", linewidth=1.5),
1227
  whiskerprops=dict(linewidth=1.2),
1228
  capprops=dict(linewidth=1.2))
1229
- ax_box.set_ylabel("Total Edited (sum of 1s)")
1230
- ax_box.set_title("Distribution of Total Edited per Reaction")
1231
- ax_box.set_xticklabels(["All Reactions"])
1232
 
1233
  # Apply axis styling
1234
  for attr in [ax_box.xaxis.label, ax_box.yaxis.label, ax_box.title]:
 
1226
  medianprops=dict(color="black", linewidth=1.5),
1227
  whiskerprops=dict(linewidth=1.2),
1228
  capprops=dict(linewidth=1.2))
1229
+ ax_box.set_ylabel("Alphabets per reaction")
1230
+ ax_box.set_title("Boxplot: Distribution of Total Edited per Reaction")
1231
+ ax_box.set_xticklabels(["Input"])
1232
 
1233
  # Apply axis styling
1234
  for attr in [ax_box.xaxis.label, ax_box.yaxis.label, ax_box.title]: