We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86e805 commit 92ccdedCopy full SHA for 92ccded
lib/matplotlib/table.py
@@ -412,6 +412,12 @@ def auto_set_column_width(self, col):
412
""" Given column indexs in either List, Tuple or int. Will be able to
413
automatically set the columns into optimal sizes.
414
415
+ Here is the example of the input, which triger automatic adjustment on
416
+ column to optimal size by given index numbers.
417
+ -1: the row labling
418
+ 0: the 1st column
419
+ 1: the 2nd column
420
+
421
Args:
422
col(List): list of indexs
423
>>>table.auto_set_column_width([-1,0,1])
0 commit comments