visualize_ta

Function visualize_ta 

Source
pub(crate) fn visualize_ta(
    ta: &GeneralThresholdAutomaton,
    cfg: VisualizationOutput,
) -> Result<(), Error>
Expand description

Visualize the threshold automaton in the given format

When svg or png format is selected, the graphviz library must be installed on the system.