Skip to content

Commit

Permalink
Updated doc string weight
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanelteren committed Apr 4, 2024
1 parent 99c5183 commit 31fbf02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions networkx/drawing/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,8 +1177,8 @@ def forceatlas2_layout(
Prevent node overlapping in the layout
dissuade_hubs : bool (default: False)
Prevent hub clustering
edge_weight_influence : bool (default: False)
Generate layout with or without considering the edge weights
weight: str (default: None)
Generate layout with or without considering the weight attribute
linlog : bool (default: False)
Use log attraction rather than linear attraction
dim: number (default: 2)
Expand Down

0 comments on commit 31fbf02

Please sign in to comment.