Hello there! Hope you’re all fine.
I’m currently developing a webapp that utilizes dash plotly heatmaps to visualize and interact with rock thin sections. It is very important that when the user zooms to some area in the heatmap, the zoomed area respects the data ratio axes.
I can easily reproduce this with “scaleanchor” and “scaleratio” axis properties, though I have some issues when I’m also synchronizing subplots with the same data, which is other important funcionality of the app. The synchronized subplots doesn’t follow the fixed ratio axes behavior.
So, in my understanding, I can only have one of both functionalities. Is this a “bug”, or is there a workaround for heatmap based applications like this?
Thanks!
Pedro