It is possible to view the graph of entities currently instanciated. The format used by dynamic-graph is dot. Using the python interpreter the following command
is writing the my_dynamic_graph.dot in the /tmp directory
To view the dot file you can simply use:
It provides the following output:
To view the dot file you can simply use the view_sot_dg.html file. Click on the "Choose File" to specify the filem and click on "Rendering" to display the graph.