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

# Matplotlib surface plotting

Matplotlib 3D mesh plotter with no additional dependencies (optional the nibabel for loading example brain imaging mesh).
![plot](https://github.com/kwagstyl/matplotlib_surface_plotting/blob/main/figs/demo_plot.png?raw=true)

pip install nibabel

Run example:

python script_matplotlib.py
to recreate plot.png


Based on a matplotlib blogpost by Nicolas P. Rougier




