Plotting an NECDF file using xarray results in the correct orientation, but plotting it with Plotly Express causes it to be upside down

Hey @alexandre welcome to the forums.

Your data is fine, px.imshow() has this as it’s default behaviour. You can either use the origin parameter of px.imshow() or use go.Heatmap()

See also: