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

Материал из Letopisi.Ru — «Время вернуться домой»
(Различия между версиями)
Перейти к: навигация, поиск
 
(не показаны 5 промежуточных версий 4 участников)
Строка 1: Строка 1:
<graphviz>
+
* Статья "Графвиз" заслуживает того,чтобы через неё пролегла структурирующая цепочка,к которой можно будет привязать многие статьи Летописи.--[[Участник:Эдуард Гольянов|Эдуард Гольянов]] ([[Обсуждение участника:Эдуард Гольянов|обсуждение]]) 17:03, 2 января 2016 (MSK)
digraph G {
+
 
graph [bgcolor=Snow2];
+
 
rankdir=TB ; // направление графа сверху вниз
+
Graphviz is an open-source, cross-platform graph drawing toolkit and can be found at http://www.graphviz.org/
  node[color="Green",fontsize=12, fontcolor="black",style=filled, shape="none"] ;
+
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.
  edge[color="Brown",fontcolor="Red",fontsize=12] ;
+
 
//1 - Запишем участника ;
+
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.
"Кузьмин Владимир Геннадьевич" -> "Участник:Кузьмина" [label="папа"] ;
+
 
// Запишем нового родственника и укажем, что она мама Участника
+
 
"Кузьмина Надежда Николаевна"  -> "Участник:Кузьмина" [label="мама"];
+
 
// Запишем нового родственника и укажем, что он дедушка
+
* http://heyrod.com/projects/gv-cookbook.html
"Кузьмин Николай Алексеевич" -> "Кузьмина Надежда Николаевна" [label="дедушка"];
+
* https://zwischenzugs.com/2017/12/18/project-management-as-code-with-graphviz/
// Запишем нового родственника и укажем, что она бабушка
+
"Кузьмина Раиса Алексеевна" -> "Кузьмина Надежда Николаевна" [label="бабушка"];
+
// Запишем нового родственника и укажем, что он мой брат
+
"Кузьмин Андрей Владимирович" -> "Кузьмина" [label="брат"];
+
}
+
</graphviz>
+

Текущая версия на 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.


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