Skip to content

YoshikiKubotani/arbitrary_mpl_figures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.