Path: blob/develop/src/doc/en/reference/algebras/media/fusiontree.tex
4139 views
\documentclass[crop,tikz]{standalone}% 'crop' is the default for v1.0, before1% it was 'preview'2%\usetikzlibrary{...}% tikz package already loaded by 'tikz' option3\begin{document}4\begin{tikzpicture}[xscale=0.8,yscale=1.2]5\draw (0,4) -- (4,0);6\draw (2,4) -- (1,3);7\draw (4,4) -- (5,3);8\draw (6,4) -- (3,1);9\draw (4,0) -- (8,4);10\draw (4,0) -- (4,-1);11\path[fill=white] (0,4) circle (.3);12\node at (0,4) {$a$};13\path[fill=white] (2,4) circle (.3);14\node at (2,4) {$a$};15\path[fill=white] (4,4) circle (.3);16\node at (4,4) {$a$};17\path[fill=white] (6,4) circle (.3);18\node at (6,4) {$a$};19\path[fill=white] (8,4) circle (.3);20\node at (8,4) {$a$};21\path[fill=white] (1.5,2) circle (.3);22\node at (1.5,2) {$x$};23\node at (4.5,2) {$y$};24\node at (3.2,.4) {$z$};25\path[fill=white] (4,-1) circle (.3);26\node at (4,-1) {$b$};27\end{tikzpicture}28\end{document}293031