A
A
Alexey Shtern2017-11-22 09:04:06
infographics
Alexey Shtern, 2017-11-22 09:04:06

What solution would you recommend for graph visualization?

Good day!
As a result of one series of experiments, a directed graph was obtained with 32,000 vertices, each with a single outgoing directed edge. Obviously, there can be vertices with no incoming edges, and there can also be vertices with multiple incoming edges.
The graph is given as a list of 32,000 lines, where the line number is the vertex of the outgoing edge, the value in the line is the vertex of the incoming edge.
It is necessary to visualize, draw the resulting graph in order to imagine it visually, to form an understanding of the connectedness and cyclicity of the components in the graph.
Please advise the appropriate solution.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2017-11-22
@2ord

You can try rendering in GraphViz . With the help of a special language, a graph is described, which is fed to builder programs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question