D3graph

Latest version: v2.5.0

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

Scan your dependencies

Page 7 of 10

2.0.3

* add extra checks for input parameter color to catch some errors

2.0.2

* Fix for slider range.
* label will replace the node text if used.
* hover will show text when hovering over a node.


from d3graph import d3graph
d3 = d3graph()
adjmat = d3.import_example('bigbang')
d3.graph(adjmat)
d3.set_node_properties(label=adjmat.columns.values+' are the names', hover=['\nFemale\nMore info', 'Female', 'Male', 'Male', 'Female', 'Male', 'Male'])
d3.show()

2.0.1

* Improvements in docstrings and examples

2.0.0

1.0.3

* fix for bug introduced by newest version of markupsafe.
* fix for settingwithcopywarning for pandas

1.0.2

* Writing to html with utf-8 encoding

Page 7 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.