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

Fix to nbagg widgets ensuring that tight fig_inches are applied #577

Merged
merged 1 commit into from
Mar 28, 2016

Conversation

philippjfr
Copy link
Member

While the nbagg backend works fairly well it does not seem to take into account the tight bbox_inches property, which means that a lot of whitespace is left over when plotting anything that is non-square. Since we already have a function to determine the tight bounding box we can simply apply that manually to avoid large white margins.

Ready to merge as soon as tests pass.

@jlstevens
Copy link
Contributor

Ok the tests are passing. Merging now.

@jlstevens jlstevens merged commit 028ae62 into master Mar 28, 2016
@philippjfr philippjfr deleted the nbagg_aspect branch April 1, 2016 14:25
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

Successfully merging this pull request may close these issues.

None yet

2 participants