@Tut
Calmez sโil vous plaรฎt! It appears that you are running an old Plotly version. With the last one, 5.6.0
(pip install plotly --upgrade),
and this code:
import plotly.graph_objects as go
fig = go.Figure(go.Bar( x=[20,19,25,9], y=["Chocolatier choco au lait","Sylviculteur",
"Socioculturelle","Critique gastronomique"], orientation= "h"))
fig.update_layout(xaxis_title="count mรฉtier", yaxis_title="mรฉtier", height=400)
fig.show()
i.e. no width or margin settings, I got this nice plot: