plotly.py icon indicating copy to clipboard operation
plotly.py copied to clipboard

re: Orientation of y-axis in Heatmap #413

Open deliciouslytyped opened this issue 5 years ago • 2 comments

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.

deliciouslytyped avatar Mar 11 '20 02:03 deliciouslytyped

Is the follow-up on the conversation in #413 helpful or does it make sense to keep this issue open?

nicolaskruchten avatar Mar 12 '20 13:03 nicolaskruchten

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

laughingrice avatar Jan 04 '21 00:01 laughingrice

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.

ndrezn avatar Nov 20 '24 19:11 ndrezn