Event.dot 1.1 KB

123456789101112131415161718192021222324252627282930
  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="grey" port='chan_3'>Channel 3</td>
  10. <td bgcolor="grey" port='chan_4'>Channel 4</td>
  11. <td bgcolor="grey" port='chan_5'>Channel 5</td>
  12. <td bgcolor="grey" port='chan_6'>Channel 6</td>
  13. <td bgcolor="grey" port='chan_7'>Channel 7</td>
  14. <td bgcolor="grey" port='chan_8'>Channel 8</td>
  15. <td bgcolor="grey" port='chan_9'>Channel 9</td>
  16. <td bgcolor="grey" port='chan_10'>Channel 10</td>
  17. <td bgcolor="grey" port='chan_11'>Channel 11</td>
  18. <td bgcolor="black" port='chan_12'><font color="grey">Channel 12</font></td>
  19. <td bgcolor="black" port='chan_13'><font color="grey">Channel 13</font></td>
  20. <td bgcolor="black" port='chan_14'><font color="grey">Channel 14</font></td>
  21. <td bgcolor="black" port='chan_15'><font color="grey">Channel 15</font></td>
  22. </tr>
  23. </table>
  24. >];
  25. }