mpl-toolkits.clifford

Matplotlib tools for clifford


Keywords
clifford, geometric-algebra, matplotlib, python
License
MIT
Install
pip install mpl-toolkits.clifford==0.0.1

Documentation

mpl_toolkits.clifford

PyPI

A python package for plotting the multivectors of Geometric Algebra, from the clifford package, using matplotlib.

See the examples directory for more info.

Unlike pyganja, this does all the plotting from within python, meaning that animations and interaction are possible.

This package exposes a single function, mpl_toolkits.clifford.plot(ax, objs, **kwargs).