Hi all,
Here is an example of how to present together two molecules on a heatmap and visually seen their similarities.
Here how it looks:
And this is how is done:
- pass both smiles on the cell information
- extract them and convert into images
- add caption
- tile horizontal (check the width of the area!)
- pass it as tooltip and link it to the heatmap component.
Hope this is useful.
Best regards
Pedro
PS: Thanks Jim for providing the idea.