-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix gridspec.Gridspec: check ratios for consistency with rows and columns #5892
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
Conversation
Addresses issue #5835. | ||
See at https://github.com/matplotlib/matplotlib/issues/5835. | ||
""" | ||
assert_raises(ValueError, gridspec.GridSpec, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a second one of these which fails via the other path (if I am reading this right this only really tests the width based failure).
Good to see other new yorkers around 😄 |
Hey there! 😄 🗽 I'll add one. I might reopen a new pull request since I put this on my master branch, and maybe I could fork from the 2.x branch to match the milestone. |
Don't worry about that, we are pretty good at back porting On Sat, Jan 23, 2016, 16:41 Julian V. Modesto notifications@github.com
|
Fix gridspec.Gridspec: check ratios for consistency with rows and columns
Fix gridspec.Gridspec: check ratios for consistency with rows and columns
Backported to 2.x as 308ce5d |
Thanks for the fix much appreciated. |
#5835