sbromberger / LightGraphs.jl

An optimized graphs package for the Julia programming language
Other
670 stars 184 forks source link

An additional graph plotting package for LightGraphs #1570

Closed pitsianis closed 3 years ago

pitsianis commented 3 years ago

@sbromberger please consider adding SGtSNEpi in the list of external graph visualizations in LightGraphs.jl

SGtSNEpi.jl is a high-performance software for the embedding of large, sparse graphs into a d-dimensional space (d = 1,2,3).

sbromberger commented 3 years ago

I'm happy to add this but any vis package that requires the adjacency matrix is not ideal for LightGraphs, since there is computational cost to generating the matrix for SimpleGraphs (SimpleWeightedGraphs are the exception.)

codecov[bot] commented 3 years ago

Codecov Report

Merging #1570 (90989ef) into master (5d2b80a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1570   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files         106      106           
  Lines        5551     5551           
=======================================
  Hits         5520     5520           
  Misses         31       31