Adding a dendrogram to a heatmap

Hello,
I am really new to programming and Plotly, so I apologize if I am missing something obvious.
I used your online software to make a nice heatmap and I would like to add a dendrogram on one side of it.
I found this tutorial:

However, it is not clear to me if I can do this using your online Plotly.
Can somebody help with this issue?

Many thanks,
Leila

2 Likes

Too bad no one has answered you. I think dendrograms and dendrogram heatmaps would be a great thing for plotly.js. The heat map part is pretty easy. A good starting place would be to find a javascript dendrogram package out there.

1 Like

Dash Bio’s clustergram is an example of a heatmap with a dendrogram.
If you would like to customize the heatmap and dendrograms individually, this example shows you how to do this.