-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi there,
I just found your repository out of sheer luck. I have made similar visualization scripts for my own needs, maybe this can be merged in this repo?
https://github.com/lrq3000/neuro-python-plotting
There is some overlap with what you made here, but there are two notable differences:
1- my scripts focus on plotting a lot of maps on a single image, on a grid, to summarize the results. For example, plot_correl_maps_overview.ipynb is similar to #7 but can plot more than one result, for example it can plot multiple conditions and contrasts on a 2D grid, with shared colorbar to ease comparison.
2- I made another type of visualization that is not available here, the barplotwithsamples.ipynb notebook, which plots the effect sizes per group and per cluster. It can also automatically detect the clusters center coordinates and atlas regions names, and color them on an atlas and on the bar plots accordingly, which is a lot more readable than a legend. Example: https://github.com/lrq3000/neuro-python-plotting/blob/master/README.md
Note: some notebooks are not yet illustrated in the readme, because I will first publish the figures in my next paper before using them as examples :-)