Skip to content

Commit 43ca843

Browse files
committed
Fix typo
1 parent 83831e4 commit 43ca843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/sample_stats_template.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ for patient in v_family_long.patient_id.unique().tolist():
223223
fig = go.Figure()
224224
fig.update_layout(
225225
template="simple_white",
226-
title_text="Patient: " + str(patient),
227-
xaxis=dict(title_text="timepont"),
226+
title_text=f"Patient: {patient}",
227+
xaxis=dict(title_text="timepoint"),
228228
yaxis=dict(title_text="proportion"),
229229
barmode="stack",
230230
)

0 commit comments

Comments
 (0)