Is it possible to set the concentric function in ipycytoscape?

116 Views Asked by At

In the concentric layout in cytoscape.js, it is possible to set which "layer" of the circle the nodes are in through the concentric variable of the layout:

  concentric: function( node ){ 
      return node.data("rank");
  }

Is there a similar function to this in ipycytoscape?

1

There are 1 best solutions below

0
Mariana Meireles On

not sure if I already replied to your question on github, but this is a known issue, we need to implement a specific case for the concentric style. You can follow the issue here:https://github.com/cytoscape/ipycytoscape/issues/238 Thanks!