surfplot
surfplot copied to clipboard
A package for publication-ready brain surface figures
takes argument for colormap opacity. Will break if alpha < 0, but doc + error is informative.
Hi everyone, thanks for providing this package. I was just trying to plot some data on an inflated surface and realized that in Windows, loading the fslr surfaces as shown...
Currently the `views` parameter takes one or more predefined views (e.g., 'lateral'). Under the hood these just map to a tuple of viewing angles, so there's no reason why tuples...
I've yet to test if flat maps work. I think it'll be worth the effort to include, even if it is quite involved. Flatmaps would have to ignore views and...
First and foremost, I would like to express my gratitude for creating such a useful package. It has significantly aided my research. However, I've encountered a specific issue while using...
I have a .mgh file representing a in fsaverage space. I am attempting to visualize it on Surfplot: from surfplot import Plot from neuromaps.datasets import fetch_fsaverage import nibabel as nib...
Thank you for this nice tool! I would like to use it to plot surfaces, but I seem to have a slight problem while repeating the steps of the tutorial.......
Hello, Thank you for this wonderful tool! I would like to use it to plot surfaces, but it seems like I'm running into a road block before even starting the...
There seems to be a bug related to the matplotlib listed colormaps. I tried running your tutorial on [regions and parcellations](https://surfplot.readthedocs.io/en/latest/auto_examples/plot_tutorial_06.html#sphx-glr-auto-examples-plot-tutorial-06-py) and the plotting cell threw this error: ``` ---------------------------------------------------------------------------...
Hello, Thank you for this excellent tool. I have applied it to freesurfer surface based analysis and it works great. I now I have another way that I would like...