Metadata-Version: 2.1
Name: matplotlib_surface_plotting
Version: 0.13
Summary: Brain mesh plotting in matplotlib
Home-page: https://github.com/kwagstyl/matplotlib_surface_plotting
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nibabel
Requires-Dist: matplotlib >=3.3.2
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

# 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)

## Installation

```bash
pip install matplotlib-surface-plotting
```

## Usage

Run example:

```bash
python examples/script_matplotlib.py
```

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

## Background

Based on a matplotlib blogpost by Nicolas P. Rougier

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