Permalink
Please sign in to comment.
Browse files
Take a better approach to scaling using normalized (log(x)) formula. (#…
…46) * Resolves #45 * Resolves #25 * Add conditional on the case that max degree & min degree are equal. * Switch to regular degree instead of log when the maximum and minimum node sizes are equal (i.e. a complete graph). * Add one to degree for the case where all node degrees are equal to zero.
- Loading branch information...
Showing
with
11 additions
and 9 deletions.
- +10 −8 src/viz.c
- +1 −1 tests/quickrun_test.c
0 comments on commit
ceda07c