We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83831e4 commit 43ca843Copy full SHA for 43ca843
notebooks/sample_stats_template.qmd
@@ -223,8 +223,8 @@ for patient in v_family_long.patient_id.unique().tolist():
223
fig = go.Figure()
224
fig.update_layout(
225
template="simple_white",
226
- title_text="Patient: " + str(patient),
227
- xaxis=dict(title_text="timepont"),
+ title_text=f"Patient: {patient}",
+ xaxis=dict(title_text="timepoint"),
228
yaxis=dict(title_text="proportion"),
229
barmode="stack",
230
)
0 commit comments