-
Notifications
You must be signed in to change notification settings - Fork 0
Main GUI
Before starting, select File>New to create a new graph.

To create a new node, just double click on a blank area. To connect two nodes with a new edge, right click on the first node, then on the second one.

By clicking on an existing node, a node panel will appear on the right-hand side of the window.

From this panel you can:
- change the node name
- set a node description
- set node's value**
- change node color
- set node ID to zero*
- select edges starting from/coming to the current node
* note that the node ID is unique, so there can be only one node with ID=0 ** only visible if the proper setting is enabled.
By clicking on an existing edge, an edge panel will appear on the right-hand side of the window.

From this panel you can:
- change the edge name
- set an edge description
- select source and destination nodes
- swap source and destination nodes
To show the transition matrix click on Show>Transition Matrix, a new window will appear.

From the transition matrix view you can change edges' weights* and exporting the matrix to CSV or TXT format.
* when updating the transition matrix, the graph will be updated automatically and accordingly
To show the nodes matrix click on Show>Nodes matrix, a new window will appear.

From the nodes matrix view you can change edges' values*.
* be sure to enable Show nodes' values in graph settings (next section) to show node's values.
Click on Edit>Settings to open graph settings. In the new window you can set:
- Nodes measurement unit
- Edge measurement unit
- enable/disable node's values