Skip to content
#

graph-visualizer

Here are 7 public repositories matching this topic...

retentioneering-tools

Retentioneering: product analytics, data-driven customer journey map optimization, marketing analytics, web analytics, transaction analytics, graph visualization, and behavioral segmentation with customer segments in Python. Opensource analytics, predictive analytics over clickstream, sentiment analysis, AB tests, machine learning, and Monte Carlo Markov Chain simulations, extending Pandas, Networkx and sklearn.

  • Updated Aug 11, 2021
  • Python
xiaoxiae
xiaoxiae commented May 7, 2020

The complement function poorly handles larger graphs, making the nodes fly in all directions, causing arithmetic errors.

Steps to reproduce

  1. create a large cycle
  2. press the Complement button

Possible solutions

The fix should pretty much just involve trying out various functions that repulse/attract the nodes, since the current ones don't seem to handle long distances too well (see

Improve this page

Add a description, image, and links to the graph-visualizer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graph-visualizer topic, visit your repo's landing page and select "manage topics."

Learn more