You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to toggle between global and local scale in the Appearance -> Nodes -> Size -> Ranking window.
Current Behavior
The toggle button isn't where it used to be (see slide 19 of this presentation, and doesn't appear to have been moved.
Possible Solution
It looks like the toggle global/local button was temporarily hidden from view, see here at lines 113–14, but never unhidden again. Unless the button was hidden due to severe buggy behavior or something similar, unhiding it should(?) do the trick.
Steps to Reproduce
See "Current behavior" above.
Context
I was working with a dynamic graph and would've benefited from being able to toggle between the two scales.
Your Environment
Version used: Gephi 0.9.2
Java version: build 1.8.0_171-b11
Operating System: Windows 10
The text was updated successfully, but these errors were encountered:
I can confirm that this issue of the missing "local ranking" toggle exists on the MAC OS (Catalina) version as well. Not having the "local ranking" button visible is really not good. For dynamic graphs, that's an extremely useful button!
Thanks for the report. This is now fixed and will be included in the upcoming 0.9.3 release. It seems that it was indeed hidden because of some issues in the past. The fix was a lot more involved than just un-hiding the button but the result should be a lot more robust implementation.
Expected Behavior
Being able to toggle between global and local scale in the Appearance -> Nodes -> Size -> Ranking window.
Current Behavior
The toggle button isn't where it used to be (see slide 19 of this presentation, and doesn't appear to have been moved.
Possible Solution
It looks like the toggle global/local button was temporarily hidden from view, see here at lines 113–14, but never unhidden again. Unless the button was hidden due to severe buggy behavior or something similar, unhiding it should(?) do the trick.
Steps to Reproduce
See "Current behavior" above.
Context
I was working with a dynamic graph and would've benefited from being able to toggle between the two scales.
Your Environment
The text was updated successfully, but these errors were encountered: