TikZ: How to reverse arrow direction without switching start/end point? The Next CEO of Stack...

What steps are necessary to read a Modern SSD in Medieval Europe?

Chain wire methods together in Lightning Web Components

Why does standard notation not preserve intervals (visually)

Does soap repel water?

Need help understanding a power circuit (caps and diodes)

Easy to read palindrome checker

What does "Its cash flow is deeply negative" mean?

Domestic-to-international connection at Orlando (MCO)

Would a completely good Muggle be able to use a wand?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

Can a Bladesinger Wizard use Bladesong with a Hand Crossbow?

Proper way to express "He disappeared them"

Is there a difference between "Fahrstuhl" and "Aufzug"

How did people program for Consoles with multiple CPUs?

Is there a way to save my career from absolute disaster?

Why is information "lost" when it got into a black hole?

Which one is the true statement?

How to get from Geneva Airport to Metabief?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Does increasing your ability score affect your main stat?

Can we say or write : "No, it'sn't"?

Flying from Cape Town to England and return to another province

What was the first Unix version to run on a microcomputer?

Is there always a complete, orthogonal set of unitary matrices?



TikZ: How to reverse arrow direction without switching start/end point?



The Next CEO of Stack Overflowspiral spring in tikzRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?Why do I get an extra white page before my TikZ picture?How to prevent rounded and duplicated tick labels in pgfplots with fixed precision?Line up nested tikz enviroments or how to get rid of themHow to draw a square and its diagonals with arrows?tikz arrow directionVertical spacing between arrow and caption with unicode-math












0















Assumed we have this MWE from user Caramdir:



documentclass{article}
usepackage{tikz}
usetikzlibrary{arrows,calc,decorations.markings,decorations.pathmorphing,arrows.meta}

begin{document}
begin{tikzpicture}
draw [domain=0:25.1327,variable=t,smooth,samples=75, -Latex]
plot ({t r}: {0.002*t*t});
end{tikzpicture}
end{document}




Screenshot of the result





I want to reverse the arrow head position, so that the arrow tip is located at the inner end of the spiral and directs to the center.



How to do so?










share|improve this question





























    0















    Assumed we have this MWE from user Caramdir:



    documentclass{article}
    usepackage{tikz}
    usetikzlibrary{arrows,calc,decorations.markings,decorations.pathmorphing,arrows.meta}

    begin{document}
    begin{tikzpicture}
    draw [domain=0:25.1327,variable=t,smooth,samples=75, -Latex]
    plot ({t r}: {0.002*t*t});
    end{tikzpicture}
    end{document}




    Screenshot of the result





    I want to reverse the arrow head position, so that the arrow tip is located at the inner end of the spiral and directs to the center.



    How to do so?










    share|improve this question



























      0












      0








      0








      Assumed we have this MWE from user Caramdir:



      documentclass{article}
      usepackage{tikz}
      usetikzlibrary{arrows,calc,decorations.markings,decorations.pathmorphing,arrows.meta}

      begin{document}
      begin{tikzpicture}
      draw [domain=0:25.1327,variable=t,smooth,samples=75, -Latex]
      plot ({t r}: {0.002*t*t});
      end{tikzpicture}
      end{document}




      Screenshot of the result





      I want to reverse the arrow head position, so that the arrow tip is located at the inner end of the spiral and directs to the center.



      How to do so?










      share|improve this question
















      Assumed we have this MWE from user Caramdir:



      documentclass{article}
      usepackage{tikz}
      usetikzlibrary{arrows,calc,decorations.markings,decorations.pathmorphing,arrows.meta}

      begin{document}
      begin{tikzpicture}
      draw [domain=0:25.1327,variable=t,smooth,samples=75, -Latex]
      plot ({t r}: {0.002*t*t});
      end{tikzpicture}
      end{document}




      Screenshot of the result





      I want to reverse the arrow head position, so that the arrow tip is located at the inner end of the spiral and directs to the center.



      How to do so?







      tikz-pgf arrows tikz-arrows tikz-node






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 6 mins ago







      Dave

















      asked 12 mins ago









      DaveDave

      949619




      949619






















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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482341%2ftikz-how-to-reverse-arrow-direction-without-switching-start-end-point%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
















          draft saved

          draft discarded




















































          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%2f482341%2ftikz-how-to-reverse-arrow-direction-without-switching-start-end-point%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...