When working with the shortest path algorithm over a network, I would like to create a network image. I would like to represent the nodes (circles), links (lines), the cost of following the link (the number in the middle of the line) and the link bandwidth (the number on the communication line next to the node it represents) in the picture. Is there any library / software that will help automate the creation of this picture?
I can do this manually in Visio or using some kind of drawing application, but I would like to generate them from the code when I change / configure the network.
GraphViz, . node, , , .
python, Nodebox .
- , . , , , , .
, , , , .
.NET - , Graphics, - . , , /, .NET - , .
:.NET 2D-, . - GetPixel() SetPixel() Bitmap. , , , .
R? , , . r-project.org
There are many visualizations of various algorithms here: Algorithm Animation Workshop
Source: https://habr.com/ru/post/1699675/More articles:Заявление о медленном обновлении - sqlWhy is this leak? - memoryOracle SQL technology to avoid journal filling - optimizationHow to control sound volume in .NET 3.5? - c #Can I unit test the DOM? - javascript`(cd X; pwd)` sometimes returns two lines - unixusing date range in Lucene.net - luceneПри расширении веб-управления asp.net, на каком событии должны быть введены дополнительные веб-элементы управления? - vb.netThreadAbortException throws OdbcDataReader.ExecuteReader () - c #Преобразование дней в человеко-читаемый текст продолжительности - c#All Articles