Обсуждение:Графвиз

Материал из Letopisi.Ru — «Время вернуться домой»
(Различия между версиями)
Перейти к: навигация, поиск
 
(не показаны 9 промежуточных версий 6 участников)
Строка 1: Строка 1:
<grafviz>
+
* Статья "Графвиз" заслуживает того,чтобы через неё пролегла структурирующая цепочка,к которой можно будет привязать многие статьи Летописи.--[[Участник:Эдуард Гольянов|Эдуард Гольянов]] ([[Обсуждение участника:Эдуард Гольянов|обсуждение]]) 17:03, 2 января 2016 (MSK)
digraph G {
+
 
//1 - Запишем участника ;
+
 
"Участник:Фадеев Александр"
+
Graphviz is an open-source, cross-platform graph drawing toolkit and can be found at http://www.graphviz.org/
// Запишем нового родственника и укажем, что он папа Участника
+
Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformaticssoftware engineering, database and web design, machine learning, and in visual interfaces for other technical domains.
"Балахнин Александр Владимирович" -> "Участник:Фадеев Николай Павлович" [label="папа"] ;
+
 
// Запишем нового родственника и укажем, что она мама Участника
+
The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages; PDF or Postscript for inclusion in other documents; or display in an interactive graph browser. Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes.
"Балахнина Альбина Олеговна"  -> "Участник:Фадеева Татьяна Витальевна" [label="мама"];
+
 
// Запишем нового родственника и укажем, что он папа папы
+
Graphviz has its own language, named DOT, which is simple, elegant, and powerful. The good thing about Graphviz is that you can write its code using a simple plain text editor. A wonderful side effect of this feature is that you can easily develop scripts that generate Graphviz code! Also, most programming languages, including Python, Ruby, C++, and Perl, provide their own interface for creating Graphviz files using native code.
"Балахнин Владимир Феофанович" -> "Фадеев Павел Николаевич" [label="папа"];
+
 
  // Запишем нового родственника и укажем, что он папа папы Участника
+
 
"Фадеев Павел Николаевич" -> "Фадеев Николай Павлович" [label="дедушка"];
+
 
// Запишем нового родственника и укажем, что она мама папы Участника
+
* http://heyrod.com/projects/gv-cookbook.html
"Фадеева Нина Павловна" -> Фадеев Николай Павлович" [label="бабушка"];
+
* https://zwischenzugs.com/2017/12/18/project-management-as-code-with-graphviz/
// Запишем нового родственника и укажем, что он папа мамы Участника
+
"Виноградов Виталий Михайлович" -> "Фадеева Татьяна Витальевна" [label="дедушка"];
+
"Виноградова Серафима Павловна" -> "Фадеева Татьяна Витальевна" [label="бабушка"];
+
}
+
</grafviz>
+

Текущая версия на 12:00, 25 ноября 2018

  • Статья "Графвиз" заслуживает того,чтобы через неё пролегла структурирующая цепочка,к которой можно будет привязать многие статьи Летописи.--Эдуард Гольянов (обсуждение) 17:03, 2 января 2016 (MSK)


Graphviz is an open-source, cross-platform graph drawing toolkit and can be found at http://www.graphviz.org/ Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.

The Graphviz layout programs take descriptions of graphs in a simple text language, and make diagrams in useful formats, such as images and SVG for web pages; PDF or Postscript for inclusion in other documents; or display in an interactive graph browser. Graphviz has many useful features for concrete diagrams, such as options for colors, fonts, tabular node layouts, line styles, hyperlinks, and custom shapes.

Graphviz has its own language, named DOT, which is simple, elegant, and powerful. The good thing about Graphviz is that you can write its code using a simple plain text editor. A wonderful side effect of this feature is that you can easily develop scripts that generate Graphviz code! Also, most programming languages, including Python, Ruby, C++, and Perl, provide their own interface for creating Graphviz files using native code.


Персональные инструменты
Инструменты