:py:mod:`fca.plot.tikz_tpl` =========================== .. py:module:: fca.plot.tikz_tpl Module Contents --------------- .. py:data:: begin_tikz :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ \documentclass[tikz,border=2mm]{standalone} \tikzset{white border/.style={preaction={draw,white,line width=4pt}}} \newcommand{\nt}[1]{$\langle#1\rangle$} % node text \begin{document} \begin{tikzpicture}[x=1.4cm,y=1.8cm]% <-- change this numbers if you need (separations) % nodes """ .. raw:: html
.. py:data:: end_tikz :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ \end{tikzpicture} \end{document} """ .. raw:: html