Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.19 KB

PyPI version Downloads GitHub license

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.