Inverted image in go.Image vs go.Heatmap?

Yes, go.Heatmap() inverts the y-axis. Instead of go.Heatmap() you could use px.imshow() which has the parameter origin which alters this behaviour.

I don’t know :rofl:

EDIT: Quite helpful SO post: