2017-11-23 03:04:38 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"Name": "dot",
|
|
|
|
"Cmd": "dot",
|
2017-11-23 04:28:32 +01:00
|
|
|
"Args": ["-Tsvg"],
|
2017-11-23 03:04:38 +01:00
|
|
|
"Suffix": ".dot",
|
|
|
|
"Description": "Graphviz, dot",
|
|
|
|
"BgColor": "CadetBlue",
|
|
|
|
"Documentation": {
|
|
|
|
"http://graphviz.org/content/dot-language": "DOT Language",
|
|
|
|
"http://graphviz.org/": "Get graphviz from here"
|
|
|
|
},
|
2017-11-23 23:02:50 +01:00
|
|
|
"Example": "digraph test123 {\n\ta -> b -> c;\n\ta -> {x y};\n\tb [shape=box];\n\tc [label=\"hello\\nworld\",color=blue,fontsize=13,\n\tfontname=\"Palatino-Italic\",fontcolor=red,style=filled];\n\ta -> z [label=\"hi\", weight=100];\n\tx -> z [label=\"multi-line\\nlabel\"];\n\tedge [style=dashed,color=red];\n\tb -> x;\n\t{rank=same; b x}\n}"
|
2017-11-23 03:04:38 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"Name": "dpic",
|
|
|
|
"Cmd": "dpic",
|
|
|
|
"Args": ["-z", "-v"],
|
|
|
|
"Suffix": ".pic",
|
|
|
|
"BgColor": "Green",
|
|
|
|
"Documentation": {
|
|
|
|
"/static/dpicdoc.pdf": "DPIC manual",
|
|
|
|
"/static/gpic.raymond.pdf": "GPIC (by E.Raymond)",
|
|
|
|
"https://ece.uwaterloo.ca/~aplevich/dpic": "Get DPIC from here"
|
|
|
|
},
|
2017-11-23 23:02:50 +01:00
|
|
|
"Example": ".PS\n\nbox \"foo\"; arrow ->; box \"bar\"\n\n.PE"
|
2017-11-23 03:04:38 +01:00
|
|
|
}
|
|
|
|
]
|