How to best deal with ordering of multiple wires? #6
-
I am having trouble with drawing nice diagrams once there are many wires. I am trying to TeX the ZX spider fusion rule, but I can't get it to look nice. I either have crossing wires or they might be too close to each other, like in my current best attempt:
Whilst the anchors prevent any crossing over, it makes it look very ugly. Furthermore, it makes the readability of the middle vdots worse. Lastly, I don't like how the ManyDots get lengthened on one side and not on the other. Help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I can't test right now as I don't have my computer with me, but are you aware that you can fine-tune the width and height of each column and line with Also, in my experience I find diagrams made with diagonal lines + dots quite crowded so I often prefer to stack them horizontally or vertically, see for instance p28 of https://arxiv.org/pdf/2402.01445 or p32 of https://leo.colisson.me/articles/2022_-_PhD/PhD_Leo_Colisson.pdf. |
Beta Was this translation helpful? Give feedback.
Ok, in this specific example, to stretch columns you need to unfold the definition of
\rightManyDots
as the columns are actually defined here, or add an empty column above as the size must be written above the first column. But I think I managed to get a nice version without changing any of these by using:\zxX[opacity=0]{\alpha}
This way I can get:
via