Fix table.py bug #7520

Merged
merged 2 commits into from Nov 27, 2016

Conversation

Projects
4 participants
Contributor

dstansby commented Nov 27, 2016

Allows creation of non-square tables when cellText isn't given to plt.table(). Fixes #5350.

dstansby added some commits Nov 27, 2016

@dstansby dstansby Fix bug in table.py 3136906
@dstansby dstansby Test that non-square tables work
4d412fd
Owner

tacaswell commented Nov 27, 2016

Supersedes #5351

tacaswell changed the title from Fix table.py bug to [MRG+1] Fix table.py bug Nov 27, 2016

@NelleV

NelleV approved these changes Nov 27, 2016

@NelleV NelleV merged commit c260365 into matplotlib:master Nov 27, 2016

2 of 3 checks passed

continuous-integration/appveyor/pr AppVeyor build failed
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.01%) to 62.013%
Details

tacaswell referenced this pull request Nov 27, 2016

Closed

Update table.py #5351

@NelleV NelleV added a commit that referenced this pull request Nov 27, 2016

@NelleV NelleV Merge pull request #7520 from dstansby/table-bug
Fix table.py bug
5546552
Contributor

NelleV commented Nov 27, 2016

backported 5546552

dstansby deleted the dstansby:table-bug branch Nov 27, 2016

QuLogic changed the title from [MRG+1] Fix table.py bug to Fix table.py bug Nov 28, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment