
Use something like this, to get a PNG of the WOT graph of your key:

$ gpg --list-sigs | sig2dot > wot_graph.dot
$ neato -Tps wot_graph.dot > wot_graph.neato.ps
$ convert wot_graph.neato.ps wot_graph.neato.png

