Graph database Analysis of the Steam Network
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

795 B

sigma.renderers.edgeLabels

Plugin developed by Jack Miner.

Contact: 3ch01c@gmail.com


General

This plugin allows visualizing multiple parallel edges.

See the following example for full usage.

To use it, include all .js files under this folder.

Edges

This plugin extends Sigma.js edges:

  • count
    • Represents the index of the edge in the set of parallel edges. Inversely proportional to the amplitude of the vertex of the edge curve.
    • type: number
    • default value: 0

Renderers

This plugin modifies

Utils

This plugin modifies functions sigma.utils.getQuadraticControlPoint and sigma.utils.getSelfLoopControlPoints with an optional amplitude modifier parameters.