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
Currently, the set_node_position_bypass does not support z_locations, only x and y.
It should be possible to set the z-index (z-position) for fine grained control over the z-order of nodes and the resulting overlap of nodes and edges.
See example image attached. Overlap order should be identical for the different node sets.
I will provide a pull request for that. Just opening the issue so it is documented.
The text was updated successfully, but these errors were encountered:
I presume it's because 99.999% of users only think about x,y and including z would confuse them or at least add to the cognitive load for using the method.
Currently, the
set_node_position_bypass
does not support z_locations, only x and y.It should be possible to set the z-index (z-position) for fine grained control over the z-order of nodes and the resulting overlap of nodes and edges.
See example image attached. Overlap order should be identical for the different node sets.
I will provide a pull request for that. Just opening the issue so it is documented.
The text was updated successfully, but these errors were encountered: