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
Perfect, got it working. Is there any way to have this work with jgraph.draw() in order to preserve the animation of the nodes moving into a steady state (e.g. the optimize parameter)?
Doing it client side (so you see the animations) would require stripping out a few lines from this javascript function. You might be able to overwrite from the notebook with something like:
fromIPython.displayimportJavascriptJavascript('jgraph.optimize = function () { # new function here }')
Alternately, you could write your own 3d toggle option in the javascript file and then submit a PR with the change.
Is there a way to run the force directed graph layout on a graph but restrict the layout to 2D, say in the x-y plane?
i.e. just the standard layout technique found in other graph plotting packages.
Thanks!
The text was updated successfully, but these errors were encountered: