visualization.draw_COT_labels
visualization.draw_COT_labels(psi2tree, numbering=False, fontdict=None, **kwgs)Put COT labels of given data. It is useful to call this together with draw_graph_markers.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| psi2tree | psiclone.psi2tree.Psi2tree |
A computed Psi2tree object. | required |
| numbering | bool | Add indices to labels in list elements if True is set. | False |
| fontdict | dict | These are passed to the function matplotlib.pyplot.text |
None |
| kwgs | dict | These are passed to the function matplotlib.pyplot.text |
None |