Skip to content

Commit

Permalink
Merge pull request #73 from VladimirFokow/vladimir-fokow-correction
Browse files Browse the repository at this point in the history
correct the docstring parameter names to be the same as the variable names
  • Loading branch information
paulbrodersen authored Aug 7, 2023
2 parents 4b284d7 + d71fc3e commit 6eab68c
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 6eab68c

Please # to comment.