Closed grochot closed 1 month ago
Added normalize option to context menu. It is necessary to uninstall the pyqtgraph library and use the local version.
Data is not normalized properly during measurement
Fixed issue in commit c99207841993bc24aae082f13c8b506f47d8f871
Normalization did not work because the information about the normalization mode was not provided when creating a new curve. It was only applied after rechecking the checkbox in the context menu.
I managed to add normalization to the context menu, but it requires modifications to the pyqtgraph module. @grochot, could you please add the module locally to the repository? Once it's added, I will make the necessary modifications.