I have created a Graph image such as shown below
using the commands:
D = Graph(E)
D.show(pos=posd,**GPopt)
I would like to add text or a legend (explaining the colors) to the graph, but I have not found a way to add additional text to the Graph object. Suggestions welcome.