Hi
here is how generate my dendro.
fig = ff.create_dendrogram(df.T,
orientation='right',
labels=df.columns,
)
Could pls somebody gimme a hint how I could align the labels correctly?
cheers,