Skip to content

visuals

tergite_autocalibration.utils.logging.visuals

Functions:

Name Description
draw_arrow_chart

Draw the chart of the node sequence on the command line

draw_arrow_chart

draw_arrow_chart(header: str, node_list: list[str])

Draw the chart of the node sequence on the command line

Parameters:

Name Type Description Default
header str

Headline description

required
node_list list[str]

Node sequence to print

required

Returns: