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: