-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rescale node and edge size without rescaling the graph? #338
Comments
Is this similar to the problem I'm having where I change a node.size and it becomes so large that it collides with other nodes but running FA2 doesn't move them apart further. I'm guessing this isn't the same problem, because I have |
I think that it's a different issue. Did you set the FA setting to take node size into account? |
Thanks - moving my off-topic question to #344 |
yes, thanks! |
The rescale settings (minNodeSize, maxNodeSize, minEdgeSize, maxEdgeSize) are not used when autoRescale=false, however they are very convenient when doing a linear mapping from a node/edge attribute to its size (like in Gephi).
I suggest to apply them in middleware.copy, or somewhere else to make them independent of rescaling the whole graph. This latter has undesired collateral effects when the nodes positions are updated and the bounding box is changed, making this option useless (e.g. while drag, layout).
The text was updated successfully, but these errors were encountered: