Обсуждение:Graphviz: различия между версиями

Материал из Поле цифровой дидактики
(→‎Only themes: новая тема)
(→‎only labels: новая тема)
Строка 160: Строка 160:
"Developing a Holistic Model for Quality in Higher Education"
"Developing a Holistic Model for Quality in Higher Education"


}
</graphviz>
== only labels ==
<graphviz>
digraph t {
rankdir=LR;
node[color="lemon",fontsize=14, fontcolor="black",style=filled, shape="none"] ;
education
"higher education"
node[color="Azure",fontsize=14, fontcolor="black",style=filled, shape="box"] ;
"internal quality assurance"
"service quality assurance"
node[color="CornflowerBlue",fontsize=14, fontcolor="black",style=filled, shape="box"] ;
"quality history"
"model development"
node[color="Bisque",fontsize=14, fontcolor="black",style=filled, shape="box"] ;
"quality definition"
"quality criteria"
"quality dimensions"
"quality management"
"quality perception"
"quality assurance"
"quality models"
node[color="MediumSlateBlue",fontsize=14, fontcolor="black",style=filled, shape="box"] ;
"modern quality interpretation"
"stakeholders"
"internationalization"
"holistic model"


}
}
</graphviz>
</graphviz>

Версия 12:35, 12 сентября 2023

 subgraph cluster_1 {
   node [style=filled];
   b0 -> b1 -> b2 -> b3;
   label = "process #2";
   color=blue
 }
 start -> директор;
 start -> главный инженер;
 руководитель цеха 3 -> руководитель цеха 1;
 b2 -> a3;
 a3 -> a0;
 a3 -> end;
 b3 -> end;
 start [shape=Mdiamond];
 end [shape=Msquare];

}

Представление задания ЕГЭ №13 по информатике с помощью Graphviz

BiblioWork

Only themes

only labels