Automargin functionality for Python Plotly appears to be broken and long tick labels are still getting cut off. Iâm doing this for a Dendrogram (images below)
fig[âlayoutâ].update({âwidthâ:7000, âheightâ:1000})
fig[âlayoutâ][âyaxisâ][âticktextâ] = np.asarray(names)
fig.update_yaxes(side=ârightâ,tickangle=0,automargin=True)
This appears to have been fixed for the JS version, but not for Python: