How to increase distance between categorical variables in a dot plot

I made a lollipop chart using plotly dot plot, I want to increase the gap between the lines in the yaxis to prevent the lines from touching each other

Hi @yuricda96, for this specific need, couldn’t you just increase the height of the figure?

fig.update_layout(height=600)

for example.

Ty @Emmanuelle, i’ll try it

Any chance you could share the code of your lollipop chart?