mne-qt-browser
mne-qt-browser copied to clipboard
A new backend for the 2D data browser in MNE-Python
#### Reference issue Example: Fixes #84 #### What does this fix? This PR improves the Help menu by replacing the old HelpDialog with a simpler and more accessible menu. Now,...
The import statement on line 476 had 16 spaces instead of 12, causing incorrect indentation within the try block. This fixes the indentation to align properly with Python syntax standards....
### Description of the problem When calling raw.plot(scalings=dict(eyegaze=1e3, pupil=1e3)) on a raw object containing eyelink data using qt, the datapoints rendered properly at first, but when scrolling the graphs most...
This keeps the code base clean and also makes the class shorter.
We should probably update CIs to 1.10 instead of 1.7, and maybe the oldest 1.5 to whatever was 2 years ago now.
### Description of the problem Some operations like dragging the rectangle in the overview bar or dragging a scrollbar indicator are extremely slow on Linux. Everything else behaves normally, for...
### Describe the problem Currently, it is rather difficult to determine if a given data point lies below or above zero, which can be important e.g. when working with EEG...