79234528

Date: 2024-11-28 15:43:27
Score: 0.5
Natty:
Report link

Try something like this:

fig.update_layout(
    height=600,
    width=1200,
    title="MyTitle",
    xaxis1=dict(rangeslider=dict(visible=False)),
    xaxis2=dict(rangeslider=dict(visible=False)),
)

If you have several subplots, you may need several instances of xaxisNNN

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Serhii Kushchenko