JSNetworkX icon indicating copy to clipboard operation
JSNetworkX copied to clipboard

Visualising networks that already have fixed layout information

Open psychemedia opened this issue 11 years ago • 2 comments

Is there an obvious way of visualising a network created using JSNetworkX that has x,y, node size, node colour attributes already associated with nodes?

psychemedia avatar Apr 03 '14 18:04 psychemedia

Right now it's not possible to draw nodes in a fixed layout. I have made changes which completely overhauls the drawing system, and which also allows to select different layouts (it includes the force layout and a fixed layout by default). I haven't come around finalizing this, but I will see what I can do over the weekend.

fkling avatar Apr 04 '14 04:04 fkling

Okay - thanks - will try to give it a run through when you get a chance to push it.

psychemedia avatar Apr 04 '14 17:04 psychemedia