Cluster graphs allow toggling options (like visibility or highlights) per node. These node options are listed in the sidebar.
Right now, all the options are disabled. Options become enabled based on selected nodes. For instance, selecting HunkWidget enables these options:
Highlight Edges to Focus on Parts of the Graph
Try highlighting edges out of HunkWidget.
More than one node can be highlighted at a time. For example, try selecting FileWidget and highlighting edges in.
Hide Nodes to Remove Distractions
“Hide Nodes with No Highlighted Edges” will remove nodes from the graph that are not connected to any highlighted edges. Unhighlighted edges connecting the remaining nodes will still be visible.

Individual nodes can be hidden with the “Hide Selected Nodes” button.
Nodes that have been hidden with “Hide Selected Nodes” can be restored by clicking the “Show Hidden Nodes” button. Or, the menu next to the “Show Hidden Nodes” button lists all the hidden nodes, and specific nodes can be restored by checking them.
Undo/Redo/Restore Defaults
It’s easy to get lost with all the different options available. The “Restore Defaults” button is part of the top toolbar and will bring the graph back to its initial state.
Expand Nodes to View Children
The default graph style shows any nodes with children as 3D boxes. Showing a nodes children turns it into a cluster. For example, showing HunkWidget’s children give the following graph:
Notice that a node like Header inside of HunkWidget has edges in that are internal to HunkWidget and an edge in from outside of HunkWidget. The “Show Edges Between Children” controls edges internal to HunkWidget.
Edges external to HunkWidget can be aggregated. Aggregated edges are still drawn, but end at the cluster boundary.
External edges can also be hidden.
