Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 511 Bytes

File metadata and controls

25 lines (16 loc) · 511 Bytes

Matplotlib surface plotting

Matplotlib 3D mesh plotter for plotting brain meshes plot

Installation

pip install matplotlib-surface-plotting

Usage

Run example:

python examples/script_matplotlib.py

This will create demo_plot.png using the provided demo files.

Background

Contributors: M. Ripart, U. Popple, K. Wagstyl Based on a matplotlib blogpost by Nicolas P. Rougier