infranodus
infranodus copied to clipboard
Edges adjustment
When there's a certain number of nodes some of the edges are superfluous when there are too many of them. It could be good to introduce a filtering system where the number of edges can be removed based on their weight, for example.
A bit like the Giant Component filter (Topology) in Gephi?
@IntoTheDigital Well, this could also be an option, but based on the use cases I've seen so far it's much more interesting for the users to be able to filter the number of edges shown on the graph. Some of them have 150 nodes and 15000 edges making the graph unreadable. So in that case I would add a functionality to filter the number of edges so you can only see the most relevant ones (with the highest weight). The only problem is to understand where to cut them by default.