PrismProject().graph
Overview
The graph
method is used to display Prism projects as a network of nodes and edges (i.e., a graph). Here is the method definition for PrismProject.graph()
:
Argument | Description |
---|---|
| port on which to launch the webserver. Default is |
| boolean controlling whether to opne a new window in your default browser. Default is |
| boolean controlling whether to listen to changes the project task directory. Default is |
| logging level, one of |
Here's what the the visualizer UI looks like:
[ TO DO ]
Last updated