We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411d26b commit c1fd63dCopy full SHA for c1fd63d
nx_cugraph/drawing/layout.py
@@ -66,9 +66,8 @@ def forceatlas2_layout(
66
dtype=None,
67
):
68
"""
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.
+ `distributed_action`, `node_mass`, and `node_size` parameters are currently ignored.
+ Only `dim=2` is supported.
72
73
if len(G) == 0:
74
return {}
0 commit comments