###### tags: `jptw` `thesis` # Hierarchical Structure ## Location ```graphviz digraph hierarchy { nodesep=1.0 node [color=Black,fontname=Courier,shape=Mrecord] edge [color=Black, style=dashed] Location->{Taiwan Japan} Taiwan->{Hsinchu Taipei} Japan->{Osaka Tokyo} } ```