Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control direction of loose ends #15

Open
Westlifers opened this issue Jan 17, 2025 · 0 comments
Open

Control direction of loose ends #15

Westlifers opened this issue Jan 17, 2025 · 0 comments

Comments

@Westlifers
Copy link

@paolobrasolin Btw, can I control the direction of wires on loose ends? It seems they only go left or right, but I need them to go down:

\[
    \begin{tikzpicture}
        \node (Bob) at (-3,1) {Bob};
        \node (loves) at (0,1) {loves};
        \node (Alice) at (3,1) {Alice};
        \node[box=0/0/1/0, draw=none] (type1) at (-3,0) {n};
        \node[box=0/0/1/0, draw=none] (type21) at (-1,0) {n^l };
        \node[box=0/0/1/0, draw=none] (type22) at (0,0) {s};
        \node[box=0/0/1/0, draw=none] (type23) at (1,0) {n^r};
        \node[box=0/0/1/0, draw=none] (type3) at (3,0) {n};
        \wires{
            type21 = {south = type1.south },
            type23 = {south = type3.south },
        }{type22.south}
    \end{tikzpicture}
\]

Image

Originally posted by @Westlifers in #14

It would be great to be able to control loose ends!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant