D3graph

Latest version: v2.5.0

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 10

2.2.1

* added aggregate parameter in vec2adjmat

2.2.0

* Fix for changing edge colors 7
* jinja2 latest version is supported again 9
* 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])`
* Documentation pages updated

2.1.1

* edge_width is set to default value=1

2.1.0

* Add functionality to color nodes based on clustering
* Support opening files in OSX

2.0.5

* Check for scipy version>1.8.0. Otherwise the karate example can not be imported.

2.0.4

* fix for directed edges by using nx.DiGraph

Page 6 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.