re: Orientation of y-axis in Heatmap #413
https://github.com/plotly/plotly.py/issues/413 remains a problem, but due to being unable to reopen the issue, I have created this one.
Is the follow-up on the conversation in #413 helpful or does it make sense to keep this issue open?
It appears that plotly.express.imshow does not work with plotly.graph_objects.make_subplots that requires plotly.graph_objects.Heatmap
I could not get any of the suggestions to work at all, or on a per matrix case.
Being able to flip the matrices is pretty critical to allow to match y-axis orientation with the problem at hand (both matrices and images), especially as different tools are used in different contexts so it's pretty essential to be able to match orientations between the different tools
The only solution I found is to set dy=-1 but that messes up the y axis values
I've re-opened https://github.com/plotly/plotly.py/issues/413 and am closing this ticket as a duplicate. We can evaluate whether to close #413 separately.