Closed kangz12345 closed 6 months ago
The 2D image was transposed as pyqtgraph.ImageItem.setImage() takes a column-major data instead of row-major, which is the standard for numpy.
pyqtgraph.ImageItem.setImage()
numpy
This resolves #299.
The 2D image was transposed as
pyqtgraph.ImageItem.setImage()
takes a column-major data instead of row-major, which is the standard fornumpy
.This resolves #299.