Skip to content

Commit 53f7197

Browse files
committed
rename parameter in readme
1 parent 671b5ae commit 53f7197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ The main class `Neo4jGraphWidget` provides the following API:
5454
| `driver` | The neo4j `driver` that is used to execute cypher queries. | `None` |
5555
| `widget_layout` | Can be used to specify general widget appearance through css attributes. See ipywidget's [`layout`](https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20Layout.html#the-layout-attribute) for more information. | `None` |
5656
| `overview_enabled` | Enable graph overview component. Default behaviour depends on cell width. | `None` |
57-
| `graph_layout` | Can be used to specify a general default node and edge layout. Available algorithms are: "circular", "hierarchic", "organic", "interactive_organic_layout", "orthogonal", "radial", "tree", "map", "orthogonal_edge_router", "organic_edge_router" | `organic` |
57+
| `layout` | Can be used to specify a general default node and edge layout. Available algorithms are: "circular", "hierarchic", "organic", "interactive_organic_layout", "orthogonal", "radial", "tree", "map", "orthogonal_edge_router", "organic_edge_router" | `organic` |
5858

5959
### Methods
6060

61-
- `show_cypher(cypher, graph_layout=None, **kwargs)`
61+
- `show_cypher(cypher, layout=None, **kwargs)`
6262
- `cypher`: The [cypher query](https://neo4j.com/docs/cypher-manual/current/introduction/) that should be
6363
visualized.
64-
- `graph_layout`: The graph layout that is used. This overwrites the general graph_layout in this specific graph instance. The following arguments are supported:
64+
- `layout`: The graph layout that is used. This overwrites the general layout in this specific graph instance. The following arguments are supported:
6565
- `hierarchic`
6666
- `organic`
6767
- `interactive_organic_layout`

0 commit comments

Comments
 (0)