Skip to content

Commit

Permalink
fixed formula in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed May 13, 2019
1 parent d41665d commit 8a5a5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netwulf/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def draw_netwulf(network_properties, fig=None, ax=None, figsize=None):

for node in network_properties['nodes']:
XY.append([node['x'], height - node['y']])
# size has to be given in points**2
# size has to be given in points*2
size.append( 2*node['radius'] )
node_colors.append(node['color'])

Expand Down

0 comments on commit 8a5a5e4

Please sign in to comment.