Metadata-Version: 2.4
Name: matplotlib_surface_plotting
Version: 0.14
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"
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# 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

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