Connecting 2 Nodes on the Same Level












1















I'm a bit lost on connecting 2 nodes together that are not children. Any help would be appreciated.



    begin{tikzpicture}[
level distance = 2.5cm,
level 1/.style = {sibling distance=4.0cm},
level 2/.style = {sibling distance=5.5cm},
level 3/.style = {sibling distance=5.0cm},
every node/.style = {circle,draw},
lbl/.style = {rectangle, draw=none, #1,% position
font=footnotesize}
]
%
node (Root) {Start}
child {node {Node 1}
child {node {Node 4}
child {node {Goal 1}
edge from parent node[lbl=left] {$3$}
}
edge from parent node[lbl=left] {$3$}
}
edge from parent node[lbl=left] {$3$}
}
child { node {Node 2}
child{ node {Goal 2}
edge from parent node[lbl=left] {$12$}}
edge from parent node[lbl=left] {$12$}
}
child { node {Node 3}
child { node {Node 6}
child {node {Node 8}
child {node {Goal 3}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}
};
end{tikzpicture}


I would like to connect Goal 2 to Node 4.









share







New contributor




user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Welcome! Please make your code snippet compilable!

    – JouleV
    2 mins ago











  • Welcome to TeX.SE! All the nodes except for Start are children. Which of those do you want t connect?

    – marmot
    2 mins ago
















1















I'm a bit lost on connecting 2 nodes together that are not children. Any help would be appreciated.



    begin{tikzpicture}[
level distance = 2.5cm,
level 1/.style = {sibling distance=4.0cm},
level 2/.style = {sibling distance=5.5cm},
level 3/.style = {sibling distance=5.0cm},
every node/.style = {circle,draw},
lbl/.style = {rectangle, draw=none, #1,% position
font=footnotesize}
]
%
node (Root) {Start}
child {node {Node 1}
child {node {Node 4}
child {node {Goal 1}
edge from parent node[lbl=left] {$3$}
}
edge from parent node[lbl=left] {$3$}
}
edge from parent node[lbl=left] {$3$}
}
child { node {Node 2}
child{ node {Goal 2}
edge from parent node[lbl=left] {$12$}}
edge from parent node[lbl=left] {$12$}
}
child { node {Node 3}
child { node {Node 6}
child {node {Node 8}
child {node {Goal 3}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}
};
end{tikzpicture}


I would like to connect Goal 2 to Node 4.









share







New contributor




user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Welcome! Please make your code snippet compilable!

    – JouleV
    2 mins ago











  • Welcome to TeX.SE! All the nodes except for Start are children. Which of those do you want t connect?

    – marmot
    2 mins ago














1












1








1








I'm a bit lost on connecting 2 nodes together that are not children. Any help would be appreciated.



    begin{tikzpicture}[
level distance = 2.5cm,
level 1/.style = {sibling distance=4.0cm},
level 2/.style = {sibling distance=5.5cm},
level 3/.style = {sibling distance=5.0cm},
every node/.style = {circle,draw},
lbl/.style = {rectangle, draw=none, #1,% position
font=footnotesize}
]
%
node (Root) {Start}
child {node {Node 1}
child {node {Node 4}
child {node {Goal 1}
edge from parent node[lbl=left] {$3$}
}
edge from parent node[lbl=left] {$3$}
}
edge from parent node[lbl=left] {$3$}
}
child { node {Node 2}
child{ node {Goal 2}
edge from parent node[lbl=left] {$12$}}
edge from parent node[lbl=left] {$12$}
}
child { node {Node 3}
child { node {Node 6}
child {node {Node 8}
child {node {Goal 3}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}
};
end{tikzpicture}


I would like to connect Goal 2 to Node 4.









share







New contributor




user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I'm a bit lost on connecting 2 nodes together that are not children. Any help would be appreciated.



    begin{tikzpicture}[
level distance = 2.5cm,
level 1/.style = {sibling distance=4.0cm},
level 2/.style = {sibling distance=5.5cm},
level 3/.style = {sibling distance=5.0cm},
every node/.style = {circle,draw},
lbl/.style = {rectangle, draw=none, #1,% position
font=footnotesize}
]
%
node (Root) {Start}
child {node {Node 1}
child {node {Node 4}
child {node {Goal 1}
edge from parent node[lbl=left] {$3$}
}
edge from parent node[lbl=left] {$3$}
}
edge from parent node[lbl=left] {$3$}
}
child { node {Node 2}
child{ node {Goal 2}
edge from parent node[lbl=left] {$12$}}
edge from parent node[lbl=left] {$12$}
}
child { node {Node 3}
child { node {Node 6}
child {node {Node 8}
child {node {Goal 3}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}}
edge from parent node[lbl=right] {$1$}
};
end{tikzpicture}


I would like to connect Goal 2 to Node 4.







graphs





share







New contributor




user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share







New contributor




user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share



share






New contributor




user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 7 mins ago









user8738587user8738587

6




6




New contributor




user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






user8738587 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Welcome! Please make your code snippet compilable!

    – JouleV
    2 mins ago











  • Welcome to TeX.SE! All the nodes except for Start are children. Which of those do you want t connect?

    – marmot
    2 mins ago



















  • Welcome! Please make your code snippet compilable!

    – JouleV
    2 mins ago











  • Welcome to TeX.SE! All the nodes except for Start are children. Which of those do you want t connect?

    – marmot
    2 mins ago

















Welcome! Please make your code snippet compilable!

– JouleV
2 mins ago





Welcome! Please make your code snippet compilable!

– JouleV
2 mins ago













Welcome to TeX.SE! All the nodes except for Start are children. Which of those do you want t connect?

– marmot
2 mins ago





Welcome to TeX.SE! All the nodes except for Start are children. Which of those do you want t connect?

– marmot
2 mins ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






user8738587 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471778%2fconnecting-2-nodes-on-the-same-level%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








user8738587 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















user8738587 is a new contributor. Be nice, and check out our Code of Conduct.













user8738587 is a new contributor. Be nice, and check out our Code of Conduct.












user8738587 is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f471778%2fconnecting-2-nodes-on-the-same-level%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

サソリ

広島県道265号伴広島線

Accessing regular linux commands in Huawei's Dopra Linux