Skip to content

Main GUI

Sebastiano Campisi edited this page Feb 7, 2021 · 2 revisions

Before starting, select File>New to create a new graph.

The main window

Creating nodes and edges

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.

The Node panel

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.

The Edge panel

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

Transition matrix

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

Nodes matrix

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.

Graph Settings

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

Clone this wiki locally