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
`neo4j-viz` is a Python package for visualizing graphs from the Neo4j ecosystem, such as the [Neo4j Graph Data Science (GDS) library](https://github.com/neo4j/graph-data-science).
8
-
The package wraps the [Neo4j Visualization library (NVL)](https://neo4j.com/docs/nvl/current/).
7
+
`neo4j-viz` is a Python package for creating interactive graph visualizations.
8
+
The package wraps the [Neo4j Visualization JavaScript library (NVL)](https://neo4j.com/docs/nvl/current/).
9
+
10
+
Proper documentation is forthcoming.
9
11
10
12
**WARNING:**
11
13
This package is still in development and the API is subject to change.
12
14
13
-
## Supported features
14
15
15
-
* Visualize graphs from Neo4j GDS and Pandas Dataframes
16
-
* Nodes:
17
-
* Sizing
18
-
* Colors
19
-
* Caption
20
-
* Relationships
21
-
* Colors
22
-
* Caption
16
+
## Some notable features
17
+
18
+
* Easy to import graphs represented as:
19
+
* projections in the Neo4j Graph Data Science (GDS) library
20
+
* pandas DataFrames
21
+
* Node features:
22
+
* Sizing
23
+
* Colors
24
+
* Captions
25
+
* Pinning
26
+
* Relationship features:
27
+
* Colors
28
+
* Captions
29
+
* Graph features:
30
+
* Zooming
31
+
* Panning
32
+
* Moving nodes
33
+
* Using different layouts
34
+
* Additional convenience functionality for:
35
+
* Resizing nodes, optionally including scale normalization
36
+
* Coloring nodes based on a property
37
+
* Toggle whether nodes should be pinned or not
38
+
39
+
Please note that this list is by no means exhaustive.
40
+
23
41
24
42

25
43
@@ -34,4 +52,4 @@ inside the `python-wrapper` folder. This will install the Python package and mak
34
52
35
53
### Examples
36
54
37
-
For some Jupyter Notebook examples checkout the `/examples` directory
55
+
For some Jupyter Notebook and streamlit examples, checkout the `/examples` directory.
`neo4j-viz` is a Python package for visualizing graphs from the Neo4j ecosystem, such as the [Neo4j Graph Data Science (GDS) library](https://github.com/neo4j/graph-data-science).
8
-
The package wraps the [Neo4j Visualization library (NVL)](https://neo4j.com/docs/nvl/current/).
7
+
`neo4j-viz` is a Python package for creating interactive graph visualizations.
8
+
The package wraps the [Neo4j Visualization JavaScript library (NVL)](https://neo4j.com/docs/nvl/current/).
9
+
10
+
Proper documentation is forthcoming.
9
11
10
12
**WARNING:**
11
13
This package is still in development and the API is subject to change.
12
14
13
15
14
-
## Supported features
15
-
16
-
* Visualize graphs from Neo4j GDS and Pandas Dataframes
17
-
* Nodes:
18
-
* Sizing
19
-
* Colors
20
-
* Caption
21
-
* Relationships
22
-
* Colors
23
-
* Caption
16
+
## Some notable features
17
+
18
+
* Easy to import graphs represented as:
19
+
* projections in the Neo4j Graph Data Science (GDS) library
20
+
* pandas DataFrames
21
+
* Node features:
22
+
* Sizing
23
+
* Colors
24
+
* Captions
25
+
* Pinning
26
+
* Relationship features:
27
+
* Colors
28
+
* Captions
29
+
* Graph features:
30
+
* Zooming
31
+
* Panning
32
+
* Moving nodes
33
+
* Using different layouts
34
+
* Additional convenience functionality for:
35
+
* Resizing nodes, optionally including scale normalization
36
+
* Coloring nodes based on a property
37
+
* Toggle whether nodes should be pinned or not
38
+
39
+
Please note that this list is by no means exhaustive.
0 commit comments