Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
unknown CI server failure. compare to d86e805
  • Loading branch information
mercurynomercy committed Mar 8, 2016
commit 893bfeaa1b07ba5044990d319786240da9cb9f6c
2 changes: 1 addition & 1 deletion lib/matplotlib/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def auto_set_column_width(self, col):
automatically set the columns into optimal sizes.

Here is the example of the input, which triger automatic adjustment on
column to optimal size by given index numbers.
columns to optimal size by given index numbers.
-1: the row labling
0: the 1st column
1: the 2nd column
Expand Down