Skip to content

Commit c1fd63d

Browse files
nv-rliueriknw
andauthored
Update nx_cugraph/drawing/layout.py
Co-authored-by: Erik Welch <erik.n.welch@gmail.com>
1 parent 411d26b commit c1fd63d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nx_cugraph/drawing/layout.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ def forceatlas2_layout(
6666
dtype=None,
6767
):
6868
"""
69-
`distributed_action`, `node_mass`, `node_size` parameter is currently ignored.
70-
Only `dim=2` is supported. `outbound_attraction_distribution` is
71-
a backend-only argument.
69+
`distributed_action`, `node_mass`, and `node_size` parameters are currently ignored.
70+
Only `dim=2` is supported.
7271
"""
7372
if len(G) == 0:
7473
return {}

0 commit comments

Comments
 (0)