def table(**kwargs):
ret = gca().table(**kwargs)
draw_if_interactive()
return ret
# This function was autogenerated by boilerplate.py. Do not edit as
# changes will be lost
def table(**kwargs):
ret = gca().table(**kwargs)
draw_if_interactive()
return ret
# This function was autogenerated by boilerplate.py. Do not edit as
# changes will be lost
def table(**kwargs):
ret = gca().table(**kwargs)
draw_if_interactive()
return ret
# This function was autogenerated by boilerplate.py. Do not edit as
# changes will be lost
def table(**kwargs):
return gca().table(**kwargs)
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
def table(**kwargs):
return gca().table(**kwargs)
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
def table(**kwargs):
return gca().table(**kwargs)
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
def table(
cellText=None, cellColours=None, cellLoc='right',
colWidths=None, rowLabels=None, rowColours=None,
rowLoc='left', colLabels=None, colColours=None,
colLoc='center', loc='bottom', bbox=None, edges='closed',
**kwargs):
return gca().table(
cellText=cellText, cellColours=cellColours, cellLoc=cellLoc,
colWidths=colWidths, rowLabels=rowLabels,
rowColours=rowColours, rowLoc=rowLoc, colLabels=colLabels,
colColours=colColours, colLoc=colLoc, loc=loc, bbox=bbox,
edges=edges, **kwargs)
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
def table(**kwargs):
ret = gca().table(**kwargs)
return ret
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.