Metadata-Version: 2.1
Name: matplotlib-surface-plotting
Version: 0.11
Summary: Brain mesh plotting in matplotlib
Home-page: https://github.com/kwagstyl/matplotlib_surface_plotting
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nibabel
Requires-Dist: matplotlib (>=3.3.2)

# Matplotlib surface plotting

Matplotlib 3D mesh plotter for plotting brain meshes
![plot](https://github.com/kwagstyl/matplotlib_surface_plotting/blob/main/figs/demo_plot.png?raw=true)

pip install matplotlib-surface-plotting

Run example:

python scripts/script_matplotlib.py
to create demo_plot.png using demo files


Based on a matplotlib blogpost by Nicolas P. Rougier

Contributors: M. Ripart, U. Popple, K. Wagstyl 


