plopp.core.show_graph#

plopp.core.show_graph(entry, **kwargs)[source]#

Display the connected nodes and views as a graph.

Parameters:
  • entry (Union[Node, View]) – An entry point in the graph (node or view). This can be any node/view in the graph. The graph will be searched from end to end to construct the diagram.

  • **kwargs – Additional keyword arguments are forwarded to graphviz.Digraph.

Returns:

A visual representation of the graph generated with Graphviz.