iVis-at-Bilkent / cytoscape.js-fcose

fCoSE: a fast Compound Spring Embedder
MIT License
137 stars 25 forks source link

Draft layout doing minimal incremental iterations #8

Open ugurdogrusoz opened 4 years ago

ugurdogrusoz commented 4 years ago

Right now when layout quality if draft, we don't do any incremental layout (just spectral layout), and this results in nodes with same topology being placed at same locations. Perhaps a minimal number of iterations (say 5-10) would actually at least get rid of these overlaps.