You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PR #115 (issue #106), it is now possible to filter the plot data in the Nodes tab based on node type.
We're currently just looking at unique values in the nodes_flags column to assign a node to a type. It would be good to check bitwise flags here instead.
The text was updated successfully, but these errors were encountered:
With PR #115 (issue #106), it is now possible to filter the plot data in the Nodes tab based on node type.
We're currently just looking at unique values in the nodes_flags column to assign a node to a type. It would be good to check bitwise flags here instead.
The text was updated successfully, but these errors were encountered: