Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic 2 parents node in the 3D diagram (Read 3128 times)
Hamdy Ghanem
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 110
Location: Egypt
Joined: Mar 11th, 2009
2 parents node in the 3D diagram
Jan 17th, 2012 at 10:02am
Print Post  
I have 3D diagram and I have 2 source (parent ) node and each node is linked to some child nodes
When I try to arrange by springLayout  the parent nodes override places of each others. all in the same place.
How to put space between parents
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: 2 parents node in the 3D diagram
Reply #1 - Jan 17th, 2012 at 12:05pm
Print Post  
It seems the MultipleGraphsPlacement option offsets only 2D coordinates. Try running the 3D SpringLayout with SplitGraph set to false, then it should treat all nodes as part of the same graph and the two parts should repulse each other. Alternatively, offset the nodes from the second graph yourself, e.g. add some value to their X coordinate so that minimum X of second graph is larger than max. X of the first graph.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Hamdy Ghanem
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 110
Location: Egypt
Joined: Mar 11th, 2009
Re: 2 parents node in the 3D diagram
Reply #2 - Jan 17th, 2012 at 1:31pm
Print Post  
How to do this?offset the nodes from the second graph yourself, e.g. add some value to their X coordinate so that minimum X of second graph is larger than max. X of the first graph.???
  
Back to top
 
IP Logged
 
Hamdy Ghanem
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 110
Location: Egypt
Joined: Mar 11th, 2009
Re: 2 parents node in the 3D diagram
Reply #3 - Jan 17th, 2012 at 1:50pm
Print Post  
It looks like this now
how can I decrease the distance between the 3 groups
  

Untitled_001.png ( 14 KB | 155 Downloads )
Untitled_001.png
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: 2 parents node in the 3D diagram
Reply #4 - Jan 17th, 2012 at 2:51pm
Print Post  
Try running the 3D layout with a smaller RepulsionFactor value. Or add some temporary links between the parent nodes and run the layout (possibly with EnableClusters set to true), then remove the links.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint