Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # IT:AD:PlantUML:HowTo:Draw Graphs:Data Model # <callout type="Navigation" class="small"> * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} </callout> <panel title="Summary"> </panel> ## Examples <sxh> digraph er { node[shape=box]; Customer; Loan; Book; {rank=same;Book,Customer,Loan} Book->Loan[dir="forward",arrowhead="crow",arrowtail="normal"]; Customer->Loan[dir="forward",arrowhead="crow",arrowtail="normal"]; } </sxh> <uml> digraph er { node[shape=box]; Customer; Loan; Book; {rank=same;Book,Customer,Loan} Book->Loan[dir="forward",arrowhead="crow",arrowtail="normal"]; Customer->Loan[dir="forward",arrowhead="crow",arrowtail="normal"]; } </uml> ## Resources ## * http://www.tonyballantyne.com/graphs.html#sec-4-4 /home/skysigal/public_html/data/pages/it/ad/plantuml/howto/draw_graphs/data_model.txt Last modified: 2023/11/04 02:26by 127.0.0.1