Event.dot 353 B

123456789101112131415161718
  1. digraph H {
  2. parent [
  3. shape=plaintext
  4. label=<
  5. <table border='1' cellborder='1'>
  6. <tr>
  7. <td bgcolor="grey" port='chan_1'>Channel 1</td>
  8. <td bgcolor="grey" port='chan_2'>Channel 2</td>
  9. <td bgcolor="black" port='chan_3'><font color="grey">Channel 3</font></td>
  10. </tr>
  11. </table>
  12. >];
  13. }