D3graph

Latest version: v2.5.0

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

Scan your dependencies

Page 4 of 10

2.4.0

* added node text coloring: See example over [here](https://erdogant.github.io/d3graph/pages/html/Core_Functionalities.html#node-text-color)
* Solved 22

2.3.10

* Removed scikit-learn from the default setup and requirements to make it more lightweight. In case scikit-learn is required (when scaler is minmax, a message is shown).

2.3.9

* added on click functionality. With the `click `input parameter, nodes can be highlighted.


from d3graph import d3graph
d3 = d3graph()
adjmat, df = d3.import_example('karate')
d3.graph(adjmat, color='cluster')

Specify click event
html = d3.show(click={'fill': 'green', 'stroke': 'black', 'size': 2, 'stroke-width': 2})

No event
html = d3.show(click=None)

2.3.8

* Minor bug fixes

2.3.7

* `sklearn` changed into `scikit-learn` in both requirements and setup file.

2.3.6

* Fix for hex-colors when using color='cluster'.
* input parameter `group `is changed into `color`.

Page 4 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.