webweb
  • webweb
  • getting started
  • examples
    • display from edge list
    • display from adjacency matrix
    • display from weighted edge list
    • display from weighted adjacency matrix
    • add node names
    • add node metadata: binary
    • add node metadata: categorical
    • add node metadata: scalar
    • multiple networks
    • layers
    • kitchen sink
  • documentation
    • display
      • attachWebwebToElementWithId
      • charge
      • colorBy
      • colorPalette
      • freezeNodeMovement
      • gravity
      • height
      • hideMenu
      • invertBinaryColors
      • invertBinarySizes
      • linkLength
      • linkStrength
      • nameToMatch
      • networkLayer
      • networkName
      • radius
      • scaleLinkOpacity
      • scaleLinkWidth
      • showLegend
      • showNodeNames
      • sizeBy
      • width
    • python
      • webweb.Web
      • webweb.Web.show
      • webweb.Web.save
      • webweb.Network
      • webweb.Network.add_layer
  • webweb in the wild
  • changelog
  • about
Search
  • webweb on GitHub

examples


Table of contents

  1. display from edge list
  2. display from adjacency matrix
  3. display from weighted edge list
  4. display from weighted adjacency matrix
  5. add node names
  6. add node metadata: binary
  7. add node metadata: categorical
  8. add node metadata: scalar
  9. multiple networks
  10. layers
  11. kitchen sink