Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niksirbi/brain4views
Plotting 4 brain surface views on a single matplotlib figure
https://github.com/niksirbi/brain4views
Last synced: 1 day ago
JSON representation
Plotting 4 brain surface views on a single matplotlib figure
- Host: GitHub
- URL: https://github.com/niksirbi/brain4views
- Owner: niksirbi
- License: mit
- Created: 2020-03-31T16:48:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T10:45:30.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T15:15:18.639Z (3 months ago)
- Language: Python
- Homepage:
- Size: 13.8 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brain4views
## Plotting 4 brain surface views on a single matplotlib figure![corr_map](human_correlation_plot.png)
## Dependencies
| python | 3.7.3 |
| --- | -- |
| numpy | 1.16.2 |
| matplotlib | 3.0.3 |
| nilearn| 0.5.2 |## Sources
* The matplotlib 3D mesh plotter is based on [matplotlib-3d](https://github.com/rougier/matplotlib-3d.git) by [Nicolas P. Rougier](https://github.com/rougier).
* The main function `plot_surf4` is heavily modelled on the `plot_surf` [function in nilearn](https://nilearn.github.io/modules/generated/nilearn.plotting.plot_surf.html).
* [Matplotlib surface plotting](https://github.com/kwagstyl/matplotlib_surface_plotting) by [Konrad Wagstyl](https://github.com/kwagstyl) was an early inspiration.