【发布时间】:2017-11-16 15:23:49
【问题描述】:
我目前正在尝试使用高斯将单元格表对齐
colWidths:
但colWidths 似乎不适用于bbox。
你知道我该怎么做吗?
plt.table(cellText=tableData,
rowLabels=rowLabels,
colLabels=None,loc='center',colWidths=[0.2]*5,
bbox=[0., -0.5,1, 0.3])
【问题讨论】:
标签: python matplotlib