layout_ggplotly.Rd
Tweaks the layout of the x and y axis labels so they don't overlap the axis ticks from: https://stackoverflow.com/questions/42763280/r-ggplot-and-plotly-axis-margin-wont-change
layout_ggplotly(gg, x = -0.1, y = -0.04)
a plotly plot object