fca.plot.tikz_tpl

Module Contents

fca.plot.tikz_tpl.begin_tikz = Multiline-String
Show Value
"""
\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
"""
fca.plot.tikz_tpl.end_tikz = Multiline-String
Show Value
"""
\end{tikzpicture}
\end{document}
"""