reno.diagrams.add_vars#
- reno.diagrams.add_vars(g, variables, exclude_vars, sparkdensities=False, sparkall=False, traces=None, universe=None, hide_groups=None, show_groups=None, group_colors=None)#
Add variables and edges between variables to the passed graphviz graph.
- Parameters:
g (Digraph)
variables (list[Variable])
exclude_vars (list[str])
sparkdensities (bool)
sparkall (bool)
traces (list[Dataset])
universe (list[TrackedReference])
hide_groups (list[str])
show_groups (list[str])
group_colors (dict)