You can use dot of the graphviz suite. Here's a simple example of the language.
digraph graphname { a -> b -> c; b -> d; }
Даны следующие пути на ориентированном графе:
(A --> B --> C) (C --> B) (C --> A)
Я хочу найти способ генерировать визуальное представление для этого ориентированного графа. Есть ли доступное программное обеспечение, способное сделать это?
You can use dot of the graphviz suite. Here's a simple example of the language.
digraph graphname { a -> b -> c; b -> d; }
You can do graphs like this using an Excel Scatter (XY) chart. Generally, the best way would be to:
The result could look something like this:
The R language is ideal for this, especially with large/changing datasets. Here's a simple guide.
You'll need an R development enviroment, I use revolution analytic's.