Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit eaf68f5

Browse files
make image view row-major since data is saved row major
1 parent d43e0df commit eaf68f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PythonGUI_apps/FLIM_analysis/FLIM_plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
pg.mkQApp()
1717
pg.setConfigOption('background', 'w')
18+
pg.setConfigOption('imageAxisOrder', 'row-major')
1819

1920
base_path = Path(__file__).parent
2021
file_path = (base_path / "flim_plot_gui.ui").resolve()

0 commit comments

Comments
 (0)