Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
docstring added #6123
Conversation
mdboom
added the
needs_review
label
Mar 7, 2016
|
Please be sure to write clear commit messages. docstring added to what? |
tacaswell
commented on an outdated diff
Mar 7, 2016
tacaswell
commented on the diff
Mar 7, 2016
tacaswell
added the
Documentation
label
Mar 7, 2016
tacaswell
added this to the
2.1 (next point release)
milestone
Mar 7, 2016
|
I have added the detail explaination on what is the -1,0,1 meaning for before the example. Thank you. |
|
We have a couple of transient test failures that have not been tracked down and squashed yet. When we went to 0 tolerance on a majority of the test images we got most of them but it exposed some others. |
|
Merging as is. It would be better if it followed the https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt format, but anything is better than nothing. |
tacaswell
added a commit
that referenced
this pull request
Mar 13, 2016
|
|
tacaswell |
62d40ab
|
tacaswell
merged commit 62d40ab
into matplotlib:master
Mar 13, 2016
tacaswell
removed the
needs_review
label
Mar 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ryanbelt commentedMar 7, 2016
Table: auto_set_column_width not working #6047
doc string has added.
method description
method example
Args: col(List): list of indexs >>>table.auto_set_column_width([-1,0,1]) col(Tuple): tuple of indexs >>>table.auto_set_column_width((-1,0,1)) col(int): index integer >>>table.auto_set_column_width(-1) >>>table.auto_set_column_width(0) >>>table.auto_set_column_width(1) """