Skip to content

Commit

Permalink
Merge branch 'master' of github.com:paulbrodersen/netgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrodersen committed Aug 7, 2023
2 parents 9e1e330 + 6eab68c commit a6228db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netgraph/_node_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -1690,13 +1690,13 @@ def get_geometric_layout(edges, edge_length, node_size=0., tol=1e-3, origin=(0,
----------
edges : list
The edges of the graph, with each edge being represented by a (source node ID, target node ID) tuple.
edge_lengths : dict
edge_length : dict
Mapping of edges to their lengths.
node_size : scalar or dict, default 0.
Size (radius) of nodes.
Providing the correct node size minimises the overlap of nodes in the graph,
which can otherwise occur if there are many nodes, or if the nodes differ considerably in size.
tolerance : float, default 1e-3
tol : float, default 1e-3
The tolerance of the cost function. Small values increase the accuracy, large values improve the computation time.
origin : tuple, default (0, 0)
The (float x, float y) coordinates corresponding to the lower left hand corner of the bounding box specifying the extent of the canvas.
Expand Down

0 comments on commit a6228db

Please sign in to comment.