1. 22 May, 2017 2 commits
    • Romain Loth's avatar
      mass rename to clarify the active types bool array and its associated str key · dd2456cc
      Romain Loth authored
      this boolean array symbolizes for each node type if yes or no it is displayed, with effet also on edges)... It apparently replaced around 2015 the earlier convention with types A, B, AB... it is often used (symbolizing for each node type if yes or no it is active)... it was sometimes named states (very confusing with the other 'states' that record user interaction steps and that also contain info about these activetypes) or type (misleading singular)
      dd2456cc
    • Romain Loth's avatar
      finish inits restructuration allowing repeated graph load · 82a36d00
      Romain Loth authored
      old initListeners split in three: initGUIListeners and initSearchListeners that are run once at page load, and initSigmaListeners that is run for each new graph open from local file... also env function and CSS for the local graph file input
      82a36d00
  2. 19 May, 2017 7 commits
  3. 18 May, 2017 6 commits
  4. 17 May, 2017 5 commits
  5. 16 May, 2017 4 commits
  6. 15 May, 2017 2 commits
  7. 12 May, 2017 3 commits
  8. 11 May, 2017 6 commits
  9. 10 May, 2017 4 commits
  10. 25 Apr, 2017 1 commit
    • Romain Loth's avatar
      much better bins and clusters (in testing) · 71507331
      Romain Loth authored
      factor in binning we had for legends to a much earlier stage in parsing, thus creating value facets with reverse index accessed via TW.Clusters.type.facet[facetvalue].nids
      71507331