File: pststyles.dot

package info (click to toggle)
dot2tex 2.11.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,740 kB
  • sloc: python: 3,673; makefile: 119
file content (8 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
graph G {
	node [shape=circle, texmode=math, fixedsize=True, width="0.4", style="filled, shadow=true", color="blue"];
	edge [style="linecolor=green, showpoints=true,dotstyle=triangle"];
	a_1-- a_2 -- a_3 -- a_1;
	node [shape=box, style="shadow=true", label=""];
	edge [style="linecolor=red, shadow=true"];
	b_1 -- b_2 -- a_2;
}