Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d979874

Browse files
Federico Arizafariza
Federico Ariza
authored andcommitted
table cell returned when added
1 parent bf2127b commit d979874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/table.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ def add_cell(self, row, col, *args, **kwargs):
286286
cell.set_clip_on(False)
287287
self._cells[row, col] = cell
288288
self.stale = True
289+
return cell
289290

290291
@property
291292
def edges(self):

0 commit comments

Comments
 (0)