-
Saad Jbabdi authoredSaad Jbabdi authored
README.md 887 B
DATA VISUALISATION
This directory contains a series of practicals which focus on using Python for data visualisation.
-
bokeh
- package for creating interactive visualisations. This folder contains two files: a notebook that collates multiple examples from thebokeh
documentation into a single notebook, and an example Python script that usesbokeh
to create a simple GUI to run FSL BET. -
fsleyes_render.md
- learn to use FSLeyes in the command line to create a range of static and dynamic figures. This is not focused on Python per se. -
matplotlib.ipynb
- the most popular generic data visualisation package in Python. -
plotly.ipynb
- an alternative tobokeh
for creating interactive plots. -
nilearn.ipynb
- package for doing machine learning in neuroimaging in Python. This tutorial focuses on using the visualisation tools innilearn
.