Skip to content

Commit 551013f

Browse files
removing the title, i think
1 parent f546c25 commit 551013f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/prepare_summary_tables.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _fmt_int(v):
227227
x_field: x_label,
228228
},
229229
color_discrete_map=MODALITY_COLOR_MAP,
230-
title="Dataset Landscape",
230+
title="",
231231
category_orders={
232232
"modality_label": [
233233
label
@@ -265,7 +265,7 @@ def _fmt_int(v):
265265
size=14,
266266
),
267267
title=dict(
268-
text="Dataset Landscape",
268+
text="",
269269
x=0.01,
270270
xanchor="left",
271271
y=0.98,
@@ -686,7 +686,7 @@ def main(source_dir: str, target_dir: str):
686686
),
687687
margin=dict(l=120, r=40, t=80, b=80),
688688
title=dict(
689-
text="Participant Distribution by Modality",
689+
text="",
690690
x=0.01,
691691
xanchor="left",
692692
y=0.98,

0 commit comments

Comments
 (0)