How to remove the x coordinate at the very top
What flag should I set?
Thanks : )

How to remove the x coordinate at the very top
What flag should I set?
Thanks : )

Hi @boris ,
it seems this post has same topics :
Hello,
To remove the x coordinate at the very top when using hovermode: 'x' in Plotly, set the hoverformat to an empty string: hp instant ink
fig.update_xaxes(hoverformat=" ")
This will hide the x coordinate text.
Best Regards,
Coxex