-
Notifications
You must be signed in to change notification settings - Fork 103
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
Change Layout randomly #71
Comments
https://postimg.org/image/5ato736ql/ |
Hello, that's because some algorithms use random initial positions to provide different layout results. You can use algorithm Seed property to specify exact seed if you want one layout result to persist through many generations. |
Can you give me an example for some algorithm please? |
To be correct you have to set Seed property for layout algorithm parameters like: |
Hello,
if i use e.g. the FR algorithm and then use it again by clicking a button, it changes the layout. But the algorithm is the same. So why should it change with same algorithm and same data?
Thanks:)
The text was updated successfully, but these errors were encountered: