If your point source starts something like this:
digraph {
this may help use the following:
digraph "" {
It looks like the graph name ( digraph mygraph { ) is converted to a title element ( <title>mygraph</title> ). If you omit this name, * anonymous_0 * is used instead. But if "" is used, a title element is not created.
There might be a better solution though ...
source share