reno.diagrams.add_flows#

reno.diagrams.add_flows(g, flows, variables, sparkall=False, traces=None, universe=None, hide_groups=None, show_groups=None, group_colors=None)#

Add flows and edges from variables to the passed graphviz graph.

Parameters:
  • g (Digraph)

  • flows (list[Flow])

  • variables (list[Variable])

  • sparkall (bool)

  • traces (list[Dataset])

  • universe (list[TrackedReference])

  • hide_groups (list[str])

  • show_groups (list[str])

  • group_colors (dict[str | list[TrackedReference], str])