-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Hi,
I would like to display conjunction results in a similar manner as plot_fmri_conjunction.py
. However, the example code plot_fmri_conjunction.py
already fails to produce the image shown in the gallery. It produces speckled overlays and the overlap region, which is supposed to be shown in purple, does not show up at all. You can see the result in the attached screenshot on the right.
Is anyone familiar with this problem?
Also, I noticed that it produces the warnings shown on the left. I'm unsure if it matters. I tried it with an older version of vtk as well but it did not seem to make any difference.
I'm trying this on Ubuntu 22.04.1 LTS.
My environment.yml for the conda environment looks as follows:
channels:
- conda-forge
dependencies:
- python=3.9
- ipython
- pip
- pip:
- pysurfer
It would be great if you could help.
Thanks,
Michael
PS: The same problem arises with plot_fmri_activation.py