Skip to content
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

nodes position to NaN on applied layout #603

Closed
sheymann opened this issue Apr 29, 2012 · 2 comments
Closed

nodes position to NaN on applied layout #603

sheymann opened this issue Apr 29, 2012 · 2 comments

Comments

@sheymann
Copy link
Member

Bug reported on https://forum.gephi.org/viewtopic.php?t=1832&p=6281#p6281

Way to reproduce:

  • Start Gephi and open the Java example
  • Switch to Data Labratory and select all nodes (CTRL + A)
  • Right click and choose "Edit nodes"
  • Set x-, y- and z-coordinate to 0
  • Switch to Overview and run ForceAtlas 2
    -> all Nodes disappear (and have x- and y-coordinate set to NaN).

Doing the same thing and setting x- and y- coordinate to 1, everything works as desired.

@ghost ghost assigned eduramiba Apr 29, 2012
@mbastian
Copy link
Member

This is happening because all nodes are located in the same point and therefore messes up the distance calculation in layouts.

@SystemKeeper
Copy link

But this does not happen, if (x,y,z) = (1,1,1) is set - only when setting everything to 0!
Looks like the gephi streaming plugin is adding nodes initally to (0,0,0) - therefore ForceAtlas 2 is unusable with streaming :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants