在matplotlib.table中具有多个行或列的单个标签

时间:2018-09-20 16:07:29

标签: python matplotlib plot label

我们如何将单个标签分配给matplotlib.table中的多行或多列

例如,我有以下代码,其中allInfo是熊猫DataFrame。

the_table=plt.table(cellText=allInfo.values,
                    colLabels=allInfo.columns,
                    rowLabels=allInfo.index,
                    loc='right',
                    cellLoc='left')

0 个答案:

没有答案