Guillaume Favelier
Guillaume Favelier
This PR shows a basic context menu when the user right-clicks on an element of the sidebar. It's another take on the suggestion described in https://github.com/cbrnr/mnelab/issues/305. Plus other useful actions...
This PR follows https://github.com/mne-tools/mne-python/issues/9710#issuecomment-1102877540 and refactors the `IntracranialElectrodeLocator` to use the mne GUI API. The goal is to allow consistent support on both `pyvistaqt` and `notebook` (hopefully). It also centralizes...
Hello, first of all thank you for this package, I'm new to `tab-rs` and it might be exactly what I need. Unfortunately, I ran into the following issue while switching...
**Is your feature request related to a problem? Please describe.** The result is only displayed in the app which is not optimal, it would be nice if it could be...
In [`mne-python`](https://github.com/mne-tools/mne-python), we rely on `ipywidgets` and `ipyvtklink` to design apps for MEG and EEG processing and visualization. AFAIK, `ipyvtklink` uses `ipyevents` to get the [mouse event locations](https://github.com/mwcraig/ipyevents/blob/main/docs/events.ipynb). Then it...
Hello maintainers and contributors of `ipyevents` :wave: --- ### The context I contribute to `mne-python`([opened issue](https://github.com/mne-tools/mne-python/issues/8833)) and I am working on integration into the `Jupyter Notebook` environment. The project has...
This PR adds a `margin` parameter to the `MultiPlotter`: margin=True | margin=False --|--  |  ```py import pyvista as pv from pyvistaqt import MultiPlotter mp = MultiPlotter(nrows=2, ncols=2, menu_bar=False,...
PyVistaQt has been slowly transitioning from PyQt5 to a Qt-backend agnostic interface but now the transition is over so the documentation (`usage.rst` and `README.md`) needs to be updated. A contribution...
**Describe the bug, what's wrong, and what you expect:** The dimensions of screenshot images are different between `Plotter` and `BackgroundPlotter`. ----- **To Reproduce** ```py # Insert code here import pyvista...
I was thinking about some features that would be good to add in the scene editor. * **icon** for each node of the scene (ideally, the icon could depend on...