PySurfer
PySurfer copied to clipboard
Cortical neuroimaging visualization in Python
Hello everyone, as for my understanding, PySurfer does not have a way to plot dwi track fttb. Are you planning to implement them in the near future? If yes, I...
Hi, I used on OSX `pysurfer=0.11.dev0` with `python=3.6.10` and tried to display on Desikan parcellation values, containing both negative and positives values, using the following code: ``` coef_lh_parcel = np.array([...
Hello, After having install PySurfer according guidelines on OSX 10, I wanted to run the simple plot_basics.py example and got this error: ``` python plot_basics.py Traceback (most recent call last):...
Addressing [issue 214](https://github.com/nipy/PySurfer/issues/214#issue-262540068), I added flat-map rendering functionality. This was done by creating a Patch, a child object of Surface, that deals with storing the relevant meta-data (which patch vertices...
Place-holder issue for the discussion in https://github.com/nipy/PySurfer/pull/191#issuecomment-308496607 and subsequent comments
It may be helpful to finish the example here https://pysurfer.github.io/examples/plot_fmri_activation.html by showing how to remove the "positive only" activation map. Following the example I tried "brain.overlays['sig'].remove()", which made sense b/c...
Just noticed this in the docs I built after the colormap enhancements, sorry. Turns out that in the probabilistic colormap example, modifying the number of hues and labels on the...
If I do ``` b = Brain("fsaverage", "split", "inflated") for hemi in ["lh", "rh"]: b.add_annotation("aparc", hemi=hemi) ``` It adds the left hemi annotation but then removes it when it adds...
This is a placeholder for some functionality I'd like to add at some point. I think it would be nice to be able to do, e.g. ``` brain.add_neurosynth_term("executive", "reverse") ```...
The QT console is nicer than the terminal app in many aspects, it would be good if the `pysurfer` cli can be set to boot into it.