DEBSOURCES
Skip Quicknav
sources / python-pydotplus / 2.0.2-5 / test / graphs / b993.dot
12345678910
diGraph G{ graph [charset="utf8"] 1[label="Umlaut"]; 2[label="ü"]; 3[label="ä"]; 4[label="ö"]; 1->2; 1->3; 1->4; }