2016-03-26 20 views

cevap

1

Bağlantı noktası kullanabilirsiniz. Örneğin:

sp->stack:sw; 
1

Eğer HTML-like-labels

digraph structs { 
    node [shape=plaintext] 
    stack [label=< 
     <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0"> 
      <TR><TD PORT="top">top</TD></TR> 
      <TR><TD PORT="mid">middle</TD></TR> 
      <TR><TD PORT="bot">bottom</TD></TR> 
     </TABLE>>]; 
    // edge to stack bottom west 
    sp -> stack:bot:w 
} 

enter image description here

kullanmak istiyorum Büyük olasılıkla
İlgili konular