Eomys / SciDataTool

SciDataTool is an open-source Python package for scientific data handling. The objective is to provide a user-friendly, unified, flexible module to postprocess any kind of signal. It is meant to be used by researchers, R&D engineers and teachers in any scientific area. This package allows to efficiently store data fields in the time/space or in the frequency domain, to easily perform Fourier Transforms, to extract slices, to convert units, to compare several fields, etc. It therefore leads to simplified plot commands.
Apache License 2.0
26 stars 21 forks source link

Code review of the GUI #72

Closed BaptisteMadery14 closed 2 years ago

BaptisteMadery14 commented 3 years ago

Working on adding a gui to plot data object. The axes are fully implemented as well as DataSelection

SebGue commented 2 years ago

Hello @BaptisteMadery14

I just tried your GUI on my laptop and had some display issue. I think that is due to the high dpi display.

grafik

With QApplication.setAttribute(Qt.AA_EnableHighDpiScaling) I get the following result, which is basically okay beside the font size.

grafik

Maybe you can check if you also get suitable results with this application setting.

Best regards, Sebastian