Removing the title and the margin of the X and Y axis

Hey @BeginnerDash ,

I think you can try :

fig.update_layout(yaxis_title=None)
fig.update_layout(xaxis_title=None)

Have a nice day.

1 Like