visualization.draw_COT_labels
visualization.draw_COT_labels(psi2tree, numbering=False, fontdict=None, **kwgs)与えられたデータの COT ラベルを描画します。
draw_graph_markers と併せて呼び出すと便利です。
パラメータ
| 名前 | 型 | 説明 | デフォルト |
|---|---|---|---|
| psi2tree | psiclone.psi2tree.Psi2tree |
計算済みの Psi2tree オブジェクト | 必須 |
| numbering | bool | True の場合、ラベル内の要素にインデックスを追加します | False |
| fontdict | dict | matplotlib.pyplot.text に渡される引数 |
None |
| kwgs | dict | matplotlib.pyplot.text に渡される引数 |
None |