Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upBetter scaling method to determine node size. #45
Comments
greebie
referenced this issue
Aug 28, 2018
Merged
Take a better approach to scaling using normalized (log(x)) formula. #46
ruebot
added
the
enhancement
label
Aug 28, 2018
ruebot
closed this
in
ceda07c
Sep 2, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
greebie commentedAug 28, 2018
Is your feature request related to a problem? Please describe.
Yes #25 but I've added another issue to make things easier to track. This provides a better scaling approach to improve graph results out of the box.
Describe the solution you'd like
When graphpass runs, it provides an attractive graph using a scaled approach to node sizes. Currently, the scaling approach only works when it is passed through to SigmaJS.
Describe alternatives you've considered
As described in #25, the previous approach created problems when the largest node had a degree size that was larger than the total size of the graph.
Additional context
Add any other context or screenshots about the feature request here.