Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix table.py bug #7520
+9
−2
Conversation
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
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
merged commit c260365
into matplotlib:master
Nov 27, 2016
NelleV
added a commit
that referenced
this pull request
Nov 27, 2016
|
|
NelleV |
5546552
|
|
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
QuLogic
modified the milestone: 2.0.1 (next bug fix release), 2.0 (style change major release)
Dec 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dstansby commentedNov 27, 2016
Allows creation of non-square tables when cellText isn't given to plt.table(). Fixes #5350.