I am not having success displaying an image at a node in dot.
My node is defined:
SW103 [image=\"swOpen.png\"]
I can view swO
swO
For one node you can use the below sample:
xxx.node(SW103 , color='red', image="swOpen.png")
It changed image of SW103 node.