arblay

Making the matplotlib figures with an arbitrary layout specifying pixels


License
MIT
Install
pip install arblay==1.0

Documentation

arblay

This repository stores a source code for the arblay library. arblay is a small unofficial extension of matplotlib, which aims at making matplotlib figures with arbitrary layouts. You can easily generate a variety of figures specifying each Axes object size in pixel.

Note: This repository only deals with rectangle-shaped figures having rectangle-shaped Axes with no rotation. You cannot make any warped figures (i.e. rounds, trapezia, and triangles) and ones with tilting Axes.

Install

Run the following code.

pip install arblay

How to Use

See description in instruction.md.

You can try to generate some examples from demo.ipynb as well.