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.
Run the following code.
pip install arblay
See description in instruction.md.
You can try to generate some examples from demo.ipynb as well.