-
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
overview viewport too small #1518
Comments
Even I have the same issue. When the number of nodes and edges increase, moving around the viewport becomes impossible. |
Hi, |
Need to increase DEFAULT_OCTREE_WIDTH at https://github.com/gephi/gephi/blob/master/modules/VisualizationImpl/src/main/java/org/gephi/visualization/apiimpl/VizConfig.java as it affects the clamp done at https://github.com/gephi/gephi/blob/master/modules/VisualizationImpl/src/main/java/org/gephi/visualization/octree/Octree.java But too large numbers make visualization not work. Also should increase the farDistance for the camera at https://github.com/gephi/gephi/blob/90a5fe6fe3f07e50c6095a4209eb6cc56de574d2/modules/VisualizationImpl/src/main/java/org/gephi/visualization/swing/GLAbstractListener.java Discarding for a proper revamp of visualization module in a future version. |
The new engine fixes this https://github.com/gephi/viz-engine |
Hey @eduramiba! Would it be possible to have a build with the new engine to solve this issue? That would be EXTREMELY helpful! I saw this is part of the 0.9.3 milestones tho. I've tried to compile Gephi myself and import the changes, but I'm having some trouble building the project because of expired certificates and stuff (I fought with Maven for a bit, but I'm not super familiar with this developing environment). |
Overview viewport is too small for very large graphs, cannot do proper visualisation, most nodes will all end up doing a square border because they can't go any further (yes I need them to expand...).
Possible resolution I guess would be to replace coordinates to double instead of float ? Or maybe max_x, max_y, max_z too small ?
see included screenshot
The text was updated successfully, but these errors were encountered: