Is there any way to set a spacing between axis labels and axis ticks labels other than changing margins?
Example plot:
plot_ly(mtcars, x = ~ wt, y = ~ paste0(hp, '0000'))
As in the example plot above the title of the y axis is overlapping tick labels of this axis. Is there a way to set a spacing between them?