Hi! Is there a way to automatically add some space up and down around hrect?
fig = go.Figure() fig.add_hrect( y0=-5, y1=5, fillcolor="LightSalmon", opacity=0.5, layer="below", line_width=0, )