I am currently trying to align the cells table with a gaussian using
colWidths:

But colWidths seems to not work with bbox.
Do you have any idea how I can proceed?
plt.table(cellText=tableData,
rowLabels=rowLabels,
colLabels=None,loc='center',colWidths=[0.2]*5,
bbox=[0., -0.5,1, 0.3])
