Secondary / Parallel X-Axis on Plotly charts (python)
问题 I need to render at_risk numbers on a Kaplan Meier graph. The end result should be similar to this: The bit I am having trouble rendering is the No. of patients at risk at the bottom of the graph. The values displayed there, correspond to the values on the x-axis. So in essence, it's like a Y-axis rendered in parallel with the X. I have been trying to replicate multiple-axis found here (https://plot.ly/python/multiple-axes/) without success, and also tried having a subplot and hide everything