MA0301/exam_template/python/tex_templates/Graph.tex

14 lines
279 B
TeX
Raw Normal View History

2021-05-10 22:12:44 +02:00
\newcommand{\arrow}[2]{\path [-{Latex[scale=1]}] (#1) edge (#2);}
\begin{tikzpicture}
\begin{scope}[every node/.style={shape=circle, fill=white, draw, inner sep=2pt}]
%NODES
\end{scope}
2021-05-11 22:21:15 +02:00
\begin{scope}[every draw/.style={}]
%EDGES
\end{scope}
2021-05-10 22:12:44 +02:00
\end{tikzpicture}