Hi @YaKuzuri , thank you very much for your feedback. I didn’t realize about that.
To make appear the axis titles you should do it like this:
layout = { "title": 'Kaplan-Meier Survival Curve Example',
"xaxis": {"title": {"text": "Time (months)"}},
"yaxis": {"title": {"text": "Survival Probability"}}},
