Network Graph using D3js with grouping of nodes and elastic edges.
Project description
Force Graph using D3js.
How to use
from elasticgraph import Elasticgraph
# Initialize
d3 = Elasticgraph()
# Load karate example
adjmat, _ = d3.import_example('karate')
# Initialize
d3.graph(adjmat)
# Plot
d3.show()
Installation
To install elasticgraph, do:
pip install elasticgraph
To install elasticgraph from Gitlab source, do:
git clone https://gitlab.com/rwsdatalab/public/codebase/tools/elasticgraph.git
cd elasticgraph
pip install .
Run tests (including coverage) with:
pip install -r requirements-dev.txt
python setup.py test
Documentation
Include a link to your project’s full documentation here.
License
Copyright (c) 2022, Rijkswaterstaat
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elasticgraph-0.2.0.tar.gz.
File metadata
- Download URL: elasticgraph-0.2.0.tar.gz
- Upload date:
- Size: 82.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3b1d25cd7f9cde29878f24ce8c9076e861227c17311bfb3b6d1a0abf2233e54
|
|
| MD5 |
7fbbe154b411bb3472d9cd80e0814d20
|
|
| BLAKE2b-256 |
5f3b7ed6e996c0f889bf66d85628303d61e32eb46417cdc69d5886d6869a6cec
|
File details
Details for the file elasticgraph-0.2.0-py3-none-any.whl.
File metadata
- Download URL: elasticgraph-0.2.0-py3-none-any.whl
- Upload date:
- Size: 82.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c734378a8214c394d474ff35acc115204d7f19ea621d83cf9aa8135cb9d909e
|
|
| MD5 |
5e402390980fd8b0abb50fc6b9e27ddd
|
|
| BLAKE2b-256 |
7ef6c4537463a36fe6a740913a52474b550db7a6d888ad2219e8ca21df1ab529
|