Wrong position of arrows in Tikz with pgfplots version 1.3

Why isn't there a non-conducting core wire for high-frequency coil applications

Explain the objections to these measures against human trafficking

What is the lore-based reason that the Spectator has the Create Food and Water trait, instead of simply not requiring food and water?

What kind of hardware implements Fourier transform?

How can I deliver in-universe written lore to players without it being dry exposition?

Propeller Fan - Array Modifier

What are "industrial chops"?

Lick explanation

Why do members of Congress in committee hearings ask witnesses the same question multiple times?

What is this metal M-shaped device for?

How do I say "Brexit" in Latin?

Is a debit card dangerous in my situation?

Can I string the D&D Starter Set campaign into another module, keeping the same characters?

Why do no American passenger airlines still operate dedicated cargo flights?

Difference between `vector<int> v;` and `vector<int> v = vector<int>();`

How can my powered armor quickly replace its ceramic plates?

Caruana vs Carlsen game 10 (WCC) why not 18...Nxb6?

What is the wife of a henpecked husband called?

How to remove blank page before my new report chapter?

What is 6÷2×(1+2) =?

How to escape the null character in here-document?(bash and/or dash)

If I delete my router's history can my ISP still provide it to my parents?

Highly technological aliens land nuclear fusion powered ships in medieval city and slaughter everyone, using swords?

How should I handle players who ignore the session zero agreement?



Wrong position of arrows in Tikz with pgfplots version 1.3














0















I use the following code to draw an arrow in Tikz with pgfplotsset{compat = 1.3}:



documentclass{standalone}
usepackage{pgfplots}
pgfplotsset{compat = 1.3}

begin{document}
begin{tikzpicture}
begin{axis}[xmin=400,xmax=1000,ymin=45,ymax=70]
draw[->,thick] (650,66) -- (530,69);
end{axis}
end{tikzpicture}
end{document}


but I get the arrow at a wrong location. If I use instead pgfplotsset{compat = 1.16} I do not have such an issue.



Has anyone encountered the same problem?



I need to use at least the version 1.3 because I need the command ylabel shift.









share



























    0















    I use the following code to draw an arrow in Tikz with pgfplotsset{compat = 1.3}:



    documentclass{standalone}
    usepackage{pgfplots}
    pgfplotsset{compat = 1.3}

    begin{document}
    begin{tikzpicture}
    begin{axis}[xmin=400,xmax=1000,ymin=45,ymax=70]
    draw[->,thick] (650,66) -- (530,69);
    end{axis}
    end{tikzpicture}
    end{document}


    but I get the arrow at a wrong location. If I use instead pgfplotsset{compat = 1.16} I do not have such an issue.



    Has anyone encountered the same problem?



    I need to use at least the version 1.3 because I need the command ylabel shift.









    share

























      0












      0








      0








      I use the following code to draw an arrow in Tikz with pgfplotsset{compat = 1.3}:



      documentclass{standalone}
      usepackage{pgfplots}
      pgfplotsset{compat = 1.3}

      begin{document}
      begin{tikzpicture}
      begin{axis}[xmin=400,xmax=1000,ymin=45,ymax=70]
      draw[->,thick] (650,66) -- (530,69);
      end{axis}
      end{tikzpicture}
      end{document}


      but I get the arrow at a wrong location. If I use instead pgfplotsset{compat = 1.16} I do not have such an issue.



      Has anyone encountered the same problem?



      I need to use at least the version 1.3 because I need the command ylabel shift.









      share














      I use the following code to draw an arrow in Tikz with pgfplotsset{compat = 1.3}:



      documentclass{standalone}
      usepackage{pgfplots}
      pgfplotsset{compat = 1.3}

      begin{document}
      begin{tikzpicture}
      begin{axis}[xmin=400,xmax=1000,ymin=45,ymax=70]
      draw[->,thick] (650,66) -- (530,69);
      end{axis}
      end{tikzpicture}
      end{document}


      but I get the arrow at a wrong location. If I use instead pgfplotsset{compat = 1.16} I do not have such an issue.



      Has anyone encountered the same problem?



      I need to use at least the version 1.3 because I need the command ylabel shift.







      tikz-pgf pgfplots tikz-arrows bugs





      share












      share










      share



      share










      asked 2 mins ago









      TheSunnyDayTheSunnyDay

      83




      83






















          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%2f477282%2fwrong-position-of-arrows-in-tikz-with-pgfplots-version-1-3%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%2f477282%2fwrong-position-of-arrows-in-tikz-with-pgfplots-version-1-3%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...