print_node_label#
- tangles.util.tree.print_node_label(node, ax)#
A default callback function that plots the node’s label.
Parameters#
- nodeTreeNode
The node to plot.
- axmatplotlib.axes.Axes
The matplotlib axes object where the node is plotted (the axes is already moved to the position of the node and scaled according to the parameter node_size of plot_tree).