generate node that is always on top in tikz
up vote
0
down vote
favorite
I have the following code: But the node is always hidden by the vertical line, how can I solve this? (world and first are hidden by the vertical line. )
begin{tikzpicture}
polygon{6}{1}{1,4}{cyan}
polygon[xshift=3cm]{7}{1}{1,2,4,7}{cyan}
polygon[xshift=8cm]{8}{3}{5,6,1,4}{cyan}
end{tikzpicture}
pgfdeclarelayer{-1}
pgfsetlayers{-1,main}
tikzset{zlevel/.style={%
execute at begin scope={pgfonlayer{#1}},
execute at end scope={endpgfonlayer}
}}
tikzset{every picture/.style=thick}
begin{figure}[h]
begin{tikzpicture}[
scale=0.6, every node/.style={scale=0.6}
,every node/.append style={very thick,rounded corners=0.1mm}
]
%begin{pgfonlayer}{tp} % select the background layer
node[draw,rectangle] (Server) at (9,0) {Remote};
begin{scope}[zlevel=main]
node[draw=blue!50,rectangle,thick] (Network) at (0,-1) {first};
end{scope}
%obj1
begin{scope}[zlevel=main]
node[draw=blue!50,rectangle,thick] (Network) at (0,-2.5) {world};
end{scope}
%end{pgfonlayer}
node[draw=blue!60, rectangle,thick] (Network) at (0,-4.5) {hallo};
begin{scope}[zlevel=-1]
draw (User) -- (Network)--(0,-10);
end{scope}
begin{scope}[zlevel=-1]
draw [very thick] (Server)--++(0,-10);
end{scope}
end{tikzpicture}
end{figure
tikz-pgf
New contributor
add a comment |
up vote
0
down vote
favorite
I have the following code: But the node is always hidden by the vertical line, how can I solve this? (world and first are hidden by the vertical line. )
begin{tikzpicture}
polygon{6}{1}{1,4}{cyan}
polygon[xshift=3cm]{7}{1}{1,2,4,7}{cyan}
polygon[xshift=8cm]{8}{3}{5,6,1,4}{cyan}
end{tikzpicture}
pgfdeclarelayer{-1}
pgfsetlayers{-1,main}
tikzset{zlevel/.style={%
execute at begin scope={pgfonlayer{#1}},
execute at end scope={endpgfonlayer}
}}
tikzset{every picture/.style=thick}
begin{figure}[h]
begin{tikzpicture}[
scale=0.6, every node/.style={scale=0.6}
,every node/.append style={very thick,rounded corners=0.1mm}
]
%begin{pgfonlayer}{tp} % select the background layer
node[draw,rectangle] (Server) at (9,0) {Remote};
begin{scope}[zlevel=main]
node[draw=blue!50,rectangle,thick] (Network) at (0,-1) {first};
end{scope}
%obj1
begin{scope}[zlevel=main]
node[draw=blue!50,rectangle,thick] (Network) at (0,-2.5) {world};
end{scope}
%end{pgfonlayer}
node[draw=blue!60, rectangle,thick] (Network) at (0,-4.5) {hallo};
begin{scope}[zlevel=-1]
draw (User) -- (Network)--(0,-10);
end{scope}
begin{scope}[zlevel=-1]
draw [very thick] (Server)--++(0,-10);
end{scope}
end{tikzpicture}
end{figure
tikz-pgf
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have the following code: But the node is always hidden by the vertical line, how can I solve this? (world and first are hidden by the vertical line. )
begin{tikzpicture}
polygon{6}{1}{1,4}{cyan}
polygon[xshift=3cm]{7}{1}{1,2,4,7}{cyan}
polygon[xshift=8cm]{8}{3}{5,6,1,4}{cyan}
end{tikzpicture}
pgfdeclarelayer{-1}
pgfsetlayers{-1,main}
tikzset{zlevel/.style={%
execute at begin scope={pgfonlayer{#1}},
execute at end scope={endpgfonlayer}
}}
tikzset{every picture/.style=thick}
begin{figure}[h]
begin{tikzpicture}[
scale=0.6, every node/.style={scale=0.6}
,every node/.append style={very thick,rounded corners=0.1mm}
]
%begin{pgfonlayer}{tp} % select the background layer
node[draw,rectangle] (Server) at (9,0) {Remote};
begin{scope}[zlevel=main]
node[draw=blue!50,rectangle,thick] (Network) at (0,-1) {first};
end{scope}
%obj1
begin{scope}[zlevel=main]
node[draw=blue!50,rectangle,thick] (Network) at (0,-2.5) {world};
end{scope}
%end{pgfonlayer}
node[draw=blue!60, rectangle,thick] (Network) at (0,-4.5) {hallo};
begin{scope}[zlevel=-1]
draw (User) -- (Network)--(0,-10);
end{scope}
begin{scope}[zlevel=-1]
draw [very thick] (Server)--++(0,-10);
end{scope}
end{tikzpicture}
end{figure
tikz-pgf
New contributor
I have the following code: But the node is always hidden by the vertical line, how can I solve this? (world and first are hidden by the vertical line. )
begin{tikzpicture}
polygon{6}{1}{1,4}{cyan}
polygon[xshift=3cm]{7}{1}{1,2,4,7}{cyan}
polygon[xshift=8cm]{8}{3}{5,6,1,4}{cyan}
end{tikzpicture}
pgfdeclarelayer{-1}
pgfsetlayers{-1,main}
tikzset{zlevel/.style={%
execute at begin scope={pgfonlayer{#1}},
execute at end scope={endpgfonlayer}
}}
tikzset{every picture/.style=thick}
begin{figure}[h]
begin{tikzpicture}[
scale=0.6, every node/.style={scale=0.6}
,every node/.append style={very thick,rounded corners=0.1mm}
]
%begin{pgfonlayer}{tp} % select the background layer
node[draw,rectangle] (Server) at (9,0) {Remote};
begin{scope}[zlevel=main]
node[draw=blue!50,rectangle,thick] (Network) at (0,-1) {first};
end{scope}
%obj1
begin{scope}[zlevel=main]
node[draw=blue!50,rectangle,thick] (Network) at (0,-2.5) {world};
end{scope}
%end{pgfonlayer}
node[draw=blue!60, rectangle,thick] (Network) at (0,-4.5) {hallo};
begin{scope}[zlevel=-1]
draw (User) -- (Network)--(0,-10);
end{scope}
begin{scope}[zlevel=-1]
draw [very thick] (Server)--++(0,-10);
end{scope}
end{tikzpicture}
end{figure
tikz-pgf
tikz-pgf
New contributor
New contributor
New contributor
asked 11 mins ago
sunxd
101
101
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
sunxd is a new contributor. Be nice, and check out our Code of Conduct.
sunxd is a new contributor. Be nice, and check out our Code of Conduct.
sunxd is a new contributor. Be nice, and check out our Code of Conduct.
sunxd 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f464060%2fgenerate-node-that-is-always-on-top-in-tikz%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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