How to hide all yaxis negative values

So basically i have a graph where the information from the negatives values of y are irrelavant so i wanted to remove it but i dont find any option to do that.
Is there a way to do that?

set the y-axis range:

fig.update_yaxes(range=[0, whatever you want])