Tagged Questions
5
votes
1answer
339 views
How to generate named nodes from the counter used in `foreach` in TikZ?
I'm trying to generate multiple nodes in TikZ using the foreach operator, but whatever I try I get compilation errors. I need all nodes to be named in order to draw edges between them.
Having read ...
1
vote
1answer
569 views
using foreach to draw a chain with a branch
This is an extension to How to draw the border of a node using late options
I'm drawing a chain of nodes with different colors using foreach from tikz. Now I want to add a branch, also using foreach. ...