Обсуждение:Робот: различия между версиями
Материал из Поле цифровой дидактики
Patarakin (обсуждение | вклад) (Новая страница: «digraph M1 { // layout = "neato"; size="6,6"; edge [arrowhead=normal, arrowsize=0.4, len=1]; // node [style=filled, fillcolor=white, shape=ellipse, label = "" width=0.2, height=0.2]; A ; node [style=filled, fillcolor=white, shape=ellipse, label = "", width=0.2, height=0.2]; A ; node [style=filled, fontcolor="white", fillcolor=black, shape=diamond, label = "", width=0.3, height=0.1 ]; C; D; E; F; G; H; K; L; M; // node [style=filled, fontcolor="white",...») |
Patarakin (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
<graphviz> | |||
digraph M1 { | digraph M1 { | ||
// layout = "neato"; | // layout = "neato"; | ||
Строка 23: | Строка 24: | ||
} | } | ||
</graphviz> |