Search found 3 matches
- Fri Jul 21, 2023 3:15 pm
- Forum: Graphics, Figures & Tables
- Topic: Using matrix of nodes with Tikz
- Replies: 4
- Views: 3726
Using matrix of nodes with Tikz
Thanks! It works with \pgfmatrixnextcell
- Fri Jul 21, 2023 9:11 am
- Forum: Graphics, Figures & Tables
- Topic: Using matrix of nodes with Tikz
- Replies: 4
- Views: 3726
Using matrix of nodes with Tikz
Thanks kaiserkarl. But unfortunately this does not change the outcome. I get always the same error messages
- Thu Jul 20, 2023 6:21 pm
- Forum: Graphics, Figures & Tables
- Topic: Using matrix of nodes with Tikz
- Replies: 4
- Views: 3726
Using matrix of nodes with Tikz
I need to use the matrix command to create tikz diagrams like
\begin{tikzpicture}[-stealth',looseness=.5,auto]
\matrix [matrix of math nodes, column sep={1.5cm,between origins}, row sep={1.5cm,between origins}]
{|(a)| A& |(b)| B& |(c)| C \\[12pt]
&|(x)| \alpha & \\
};
\end{tikzpicture}
But I'd ...
\begin{tikzpicture}[-stealth',looseness=.5,auto]
\matrix [matrix of math nodes, column sep={1.5cm,between origins}, row sep={1.5cm,between origins}]
{|(a)| A& |(b)| B& |(c)| C \\[12pt]
&|(x)| \alpha & \\
};
\end{tikzpicture}
But I'd ...