Skip to content

tkclam/mplex

Repository files navigation

PyPI Latest Release

mplex

A matplotlib extension.

Installation

pip install mplex

Examples

from mplex import Grid
# subplots with uniform size and spacing
g = Grid((30, 20), (2, 3), space=(15, 10))
# subplots with non-uniform size and spacing
g = Grid(([35, 20, 35], [10, 30]), space=([20, 10], 10))

More examples

About

A matplotlib extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages