소스 검색

Add feature dependency graph

tags/0.2.2-analysis
Wouter Horlings 5 년 전
부모
커밋
91a77be301
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. +16
    -0
      graphics/feature_dependency.tex

+ 16
- 0
graphics/feature_dependency.tex 파일 보기

@@ -0,0 +1,16 @@
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary {arrows.meta,graphs,graphdrawing} \usegdlibrary {layered}
\tikzset{nodes={text height=.7em, text width=1.2cm, align=center,
draw=black!50, thick, font=\footnotesize, fill=white},
>={Stealth[round,sep]}, rounded corners, semithick}

\begin{document}
\begin{tikzpicture}
\graph [layered layout, level distance=1.2cm, sibling sep=.5em, sibling distance=1.5cm, sweep crossing minimization] {
"Feat. A" -> {"Feat. B", "Feat. C"};
"Feat. D" ->[edges=white!99] "Feat. C" -> "Feat. E";
};
\end{tikzpicture}
\end{document}


불러오는 중...
취소
저장