digraph G { fontname="Helvetica,Arial,sans-serif" node [fontname="Helvetica,Arial,sans-serif"] edge [fontname="Helvetica,Arial,sans-serif"] a0 [shape=none label=<
00 01 02 03 04 05 06 07 08
10 11 12 13 14 15 16 17 18
20 21 22 23 24 25 26 27 28
30 31 32 33 34 35 36 37 38
40 41 42 43 44 45 46 47 48
50 51 52 53 54 55 56 57 58
60 61 62 63 64 65 66 67 68
70 71 72 73 74 75 76 77 78
>]; }digraph { /*set graph attributes here */ bgcolor="yellow:pink" gradientangle=90 /* set node attributes here*/ A [label="hello" style=filled color=blue fillcolor="lightgreen:lightyellow" gradientangle=0] B [label="xpub" style=filled] /* set attributes here*/ A -> B [color=purple] digraph G { fontname="Helvetica,Arial,sans-serif" node [fontname="Helvetica,Arial,sans-serif"] edge [fontname="Helvetica,Arial,sans-serif"] a0 [shape=none label=<
00 01 02 03 04 05 06 07 08