teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤字修正

2018/09/23 05:28

投稿

satopooooon
satopooooon

スコア12

title CHANGED
File without changes
body CHANGED
@@ -16,7 +16,6 @@
16
16
  tbl = ax.table(cellText=df.values, #表を作成
17
17
  bbox=[0,0,1,1],
18
18
  colLabels=df.columns,
19
- rowLabels=df.index,
19
+ rowLabels=df.index)
20
- colWidths = [0.15)
21
20
 
22
21
  ```