visualiation - neuralinterfacinglab/LabManual GitHub Wiki
Data visualization
Visualizing your results and data is absolutely crucial for scientific progress.
- Matplotlib can create beautiful figures in python. Here is the gallery.
- Fundamentals of data visualization is a very good read.
- Python Graph Gallery gives great inspiration for data viz.
- Color schemes are important!
For example, check these out: Scientific color maps
These colors are great for your scientific projects, because:- Perceptually uniform
- Perceptually ordered
- Colour-blind friendly
- Readable as B&W print
- Highly compatible
- Versioned & citable
Check the Userguide (section Python) for installation and usage.
Tools to make visualations.
- Plotting 3D brains → Check the
Readme
andexample.py