@@ -105,9 +105,10 @@ tp = TikzPicture(
105105 \draw [myedge, color=c01] (1) edge node[below] {$i$} (a);
106106 \draw [myedge, color=c02] (a) edge node[below] {$j$} (b);
107107 \draw [myedge, color=c03] (b) edge node[below] {$k$} (2);
108- """, options="scale=3.8",
109- preamble="\\input{" * joinpath(@__DIR__, "assets", "preambles", "the-tensor-network") * "}",
110- )
108+ """,
109+ options="every node/.style={scale=2.0}",
110+ preamble="\\input{" * joinpath(@__DIR__, "assets", "preambles", "the-tensor-network") * "}",
111+ )
111112save(SVG("the-tensor-network1"), tp)
112113```
113114
@@ -159,9 +160,10 @@ tp = TikzPicture(
159160 \draw [myedge, color=c02] (a) edge (l);
160161 \draw [myedge, color=c02] (l) edge (c);
161162 \draw [myedge, color=c04] (c) edge (k);
162- """, options="",
163- preamble="\\input{" * joinpath(@__DIR__, "assets", "preambles", "the-tensor-network") * "}",
164- )
163+ """,
164+ options="every node/.style={scale=2.0}",
165+ preamble="\\input{" * joinpath(@__DIR__, "assets", "preambles", "the-tensor-network") * "}",
166+ )
165167save(SVG("the-tensor-network2"), tp)
166168```
167169
0 commit comments