-
- [x] move and rename pytest fixture from experimental/conftest.py - see #4638
- [ ] Update experimental surface example
- [x] plot_surf_atlas - #4678
- [x] plot_localizer_surface_analysis - #468…
-
https://github.com/nilearn/nilearn/blob/ef33ae97858e290555a6224699e675d9b3de77e7/nilearn/plotting/surf_plotting.py#L1467C1-L1472C6
It would be helpful to pass arguments to vol_to_surf here to chang…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Operating system
- [X] Linux
- [ ] Mac
- [ ] Windows
### Operating system version
Debian testing (trixie)
…
-
Right now you can only plot one stat map per surface render. People often want to plot multiple stat maps.
Not familiar with your code base, but it seems like there are two obvious ways this could …
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe your proposed enhancement in detail.
Is there a plan to enhance `nilearn.plotting.view_surf` to show …
-
Current example:
explicitly shows how to use vol_to_surf to project volume on surfaces
https://nilearn.github.io/dev/auto_examples/07_advanced/plot_surface_bids_analysis.html#obtain-automatically-fi…
-
On top of the script that generates HTML reports to put in the documentation (https://github.com/nilearn/nilearn/blob/main/doc/visual_testing/reporter_visual_inspection_suite.py) that could probably b…
-
Many thanks to the authors for creating brainspace, which helped me.
But I was curious, how do you plot gradients using atlas and brain templates other than examples?
### Here is my code:
```
surf…
-
Note passing a negative values as threshold is ignored and does not throw warnings:
```python
"""Test plotting asymmetric color bar."""
import matplotlib.pyplot as plt
import numpy as np
fr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe your proposed enhancement in detail.
I propose the addition of an optional cursor on interactive view…