less eye bleed

main
Jeff Moe 2022-08-13 19:24:45 -06:00
parent 654abbb046
commit 54974f22d6
1 changed files with 3 additions and 3 deletions

6
SNOPO
View File

@ -43,7 +43,7 @@ with g.subgraph(name="cluster_repository") as a:
b.edge("Camera", "stphot")
b.attr(label="Development\nPython")
with a.subgraph(name="cluster_c_software") as c:
c.attr(color="blue")
c.attr(color="tan")
c.node_attr["style"] = "filled"
c.edge("Video", "sattools")
c.edge("Camera", "sattools")
@ -59,7 +59,7 @@ with g.subgraph(name="cluster_acquire") as a:
b.edge("stphot", "stphot/acquire.py")
b.attr(label="Camera\nSample")
with a.subgraph(name="cluster_video_acquire") as c:
c.attr(color="blue")
c.attr(color="tan")
c.node_attr["style"] = "filled"
c.edge("stvid", "stvid/acquire.py")
c.edge("sattools", "sattools/UNKNOWN-vid-get.sh")
@ -76,7 +76,7 @@ with g.subgraph(name="cluster_platesolver") as a:
b.edge("stphot/acquire.py", "stphot/UNKNOWN-find.py")
b.attr(label="Camera\nPlate Solver")
with a.subgraph(name="cluster_video_platesolver") as c:
c.attr(color="blue")
c.attr(color="pink")
c.node_attr["style"] = "filled"
c.edge("sattools/UNKNOWN-vid-get.sh", "sattools/UNKNOWN-vid-find.sh")
c.edge("stvid/acquire.py", "stvid/UNKNOWN-find.py")