Skip to content

juseg/absplots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Absplots

image

image

image

Matplotlib subplots with absolute margins in mm or inches.

Installation:

pip install absplots

Example usage:

import absplots as apl

# init 150x100 mm figure with 5 mm margins between and around subplots
fig, grid = apl.subplots_mm(figsize=(150, 100), nrows=2, ncols=2,
                            gridspec_kw=dict(left=5, right=5, wspace=5,
                                             bottom=5, top=5, hspace=5))

About

Matplotlib subplots with absolute margins in mm or inches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages