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
added Two scaler for node size and edge width (zscore and minmax). The minmax was the default but frequently resulted in skewed values, and thus sizes and width because of outliers. The zscore is more robust against outliers and now the default.
edge_color can now also be based on clustering colors: d3.set_node_properties(edge_color='cluster')
The minimum and maximum range of the node size can be set with the parameter (minmax): d3.set_node_properties(minmax=[10, 50])
The minimum and maximum range of the edge width can be set with the parameter (minmax): d3.set_edge_properties(minmax=[1, 10])