pyqtgraph as backend for 2D-Data-Browser
In my 2021 Google Summer of Code project I worked on providing an additional backend for the 2D-Data-Browser currently implemented with matplotlib for Raw.plot(), Epochs.plot() and ICA.plot_sources(). You can find the final report here
This is the PR which contains the new backend.
In this issue I will host an updated list with the tasks left to be done and ideas for future features in the new pyqtgraph-backend.
I would be much interested in feedback about the desing & features of the new backend and/or new ideas for things you would like to see in the new backend. If you got some, leave them in the comments.
Tests
Features
Improvements (from feedback)
Other features from MPL
New feature ideas
pyqtgraph as backend for 2D-Data-Browser
In my 2021 Google Summer of Code project I worked on providing an additional backend for the 2D-Data-Browser currently implemented with matplotlib for
Raw.plot(),Epochs.plot()andICA.plot_sources(). You can find the final report hereThis is the PR which contains the new backend.
In this issue I will host an updated list with the tasks left to be done and ideas for future features in the new pyqtgraph-backend.
I would be much interested in feedback about the desing & features of the new backend and/or new ideas for things you would like to see in the new backend. If you got some, leave them in the comments.
ToDo for #9687
Tests
mne.viz.tests.test_raw.pypass for pyqtgraphFeatures
Improvements (from feedback)
Other features from MPL
Epochs.plot()(+ test_epochs.py)ICA.plot_sources()(+ test_ica.py)New feature ideas