Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle figures with multiple subplots #2

Open
ixjlyons opened this issue Jun 16, 2017 · 1 comment
Open

Handle figures with multiple subplots #2

ixjlyons opened this issue Jun 16, 2017 · 1 comment

Comments

@ixjlyons
Copy link
Member

Currently haven't even tried this.

I originally thought you could just use a list of axes objects, get the leftmost and rightmost bounds, find the adjustment needed, divide by ncols, then adjust each one. It's not quite that simple though. Need to look more at how fig.tight_layout et al. work internally. Using subplots_adjust directly may be the way to go, possibly in combination with some of the functions in the matplotlib.tight_layout module.

@sixpearls
Copy link
Contributor

Resolved by #4 which needs review, possibly packaging?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants