digraph G { graph [size="2,3!", dpi=100]; node [label="\N", fontcolor=blue, color=white]; edge [arrowhead=none, color=blue]; graph [bb="0,0,209,310"]; Workstation [shapefile="Sun_Workstation.png", pos="42,286", width="1.17", height="0.67"]; Printer [shapefile="Printer.png", pos="144,286", width="1.17", height="0.50"]; Internet [shapefile="Cloud-Filled.png", pos="135,24", width="0.97", height="0.67"]; Router [shapefile="Wireless_Router.png", pos="135,113", width="0.78", height="0.81"]; Switch [shapefile="Workgroup_Switch.png", pos="93,202", width="1.00", height="0.50"]; Laptop [shapefile="Laptop.png", pos="178,202", width="0.86", height="0.67"]; Workstation -> Switch [pos="57,262 65,249 75,232 82,220"]; Printer -> Switch [pos="133,268 124,254 113,234 104,220"]; Switch -> Router [pos="101,184 107,172 115,156 121,142"]; Router -> Internet [pos="135,84 135,72 135,59 135,48"]; Laptop -> Router [style=dotted, pos="166,178 161,167 155,154 149,142"]; }