Skip to content

Commit

Permalink
correct the docstring parameter name tol
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirFokow authored Jul 20, 2023
1 parent d9af9df commit d71fc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netgraph/_node_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ def get_geometric_layout(edges, edge_length, node_size=0., tol=1e-3, origin=(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 d71fc3e

Please # to comment.