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
Thanks for the nice work and package !
Is there any way to predict 3d edge positions ? Or the only way is to predict for dimension (0,1) and then (0,2) to assemble a guess ?
The text was updated successfully, but these errors were encountered:
Hi! sorry for the late reply (I have been travelling) and thanks for writing.
Do you mean you would want to plot the VIA cluster graph model in 3D? currently the coordinates are only computed for a 2D representation using igraphs layout_fruchterman_reingold() function. iGraph can also generate a 3D set of coordinates but I have not tested this yet (have now added it to my TODO list in the coming months).
If it is something you wanted to experiment with sooner than later, you can try to modify line 2555 in core.py (in your python3.7/site-packages/pyVIA/core.py file) which currently reads as
Thanks for the nice work and package !
Is there any way to predict 3d edge positions ? Or the only way is to predict for dimension (0,1) and then (0,2) to assemble a guess ?
The text was updated successfully, but these errors were encountered: