Guillaume Favelier

Results 15 issues of 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...

bug

**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...

enhancement
good first issue

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...

bug

This PR adds a `margin` parameter to the `MultiPlotter`: margin=True | margin=False --|-- ![image](https://user-images.githubusercontent.com/18143289/110828014-e8f4e180-8296-11eb-8ebc-fa0f55ff7e19.png) | ![image](https://user-images.githubusercontent.com/18143289/110827970-de3a4c80-8296-11eb-8d44-0fb0d0511745.png) ```py import pyvista as pv from pyvistaqt import MultiPlotter mp = MultiPlotter(nrows=2, ncols=2, menu_bar=False,...

enhancement

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...

documentation
good first issue

**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...

bug

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...

enhancement