generate node that is always on top in tikz











up vote
0
down vote

favorite












enter image description hereI 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









share|improve this question







New contributor




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
























    up vote
    0
    down vote

    favorite












    enter image description hereI 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









    share|improve this question







    New contributor




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






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      enter image description hereI 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









      share|improve this question







      New contributor




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











      enter image description hereI 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






      share|improve this question







      New contributor




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











      share|improve this question







      New contributor




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









      share|improve this question




      share|improve this question






      New contributor




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









      asked 11 mins ago









      sunxd

      101




      101




      New contributor




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





      New contributor





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






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



























          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',
          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
          });


          }
          });






          sunxd 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%2f464060%2fgenerate-node-that-is-always-on-top-in-tikz%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          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.










          draft saved

          draft discarded


















          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.




          draft saved


          draft discarded














          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





















































          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