Why does a vertical arrow get rendered incorrectly?LaTeX equivalent of ConTeXt buffersHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideTikZ: Drawing an arc from an intersection to an intersectionDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themProblems with nested TikZpicturesHow to draw a square and its diagonals with arrows?

Comic-book: Kids find a dead female superhero in the woods

How does lowering the RF Gain help with SNR?

is this saw blade faulty?

What's the meaning of "what it means for something to be something"?

Is divisi notation needed for brass or woodwind in an orchestra?

Asserting that Atheism and Theism are both faith based positions

Get top 1 row value from third table while joining 3 tables mssql

Strange behavior in TikZ draw command

How can a new country break out from a developed country without war?

Showing mass murder in a kid's book

Has the laser at Magurele, Romania reached the tenth of the Sun power?

"Marked down as someone wanting to sell shares." What does that mean?

Error in master's thesis, I do not know what to do

How do you say "Trust your struggle." in French?

Why is participating in the European Parliamentary elections used as a threat?

Put the phone down / Put down the phone

Can a Knock spell open the door to Mordenkainen's Magnificent Mansion?

Friend wants my recommendation but I don't want to give it to him

categorizing a variable turns it from insignificant to significant

Independent drivetrains on tandem bicycle

Trouble reading roman numeral notation with flats

Started in 1987 vs. Starting in 1987

Does capillary rise violate hydrostatic paradox?

Exposing a company lying about themselves in a tightly knit industry (videogames) : Is my career at risk on the long run?



Why does a vertical arrow get rendered incorrectly?


LaTeX equivalent of ConTeXt buffersHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideTikZ: Drawing an arc from an intersection to an intersectionDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themProblems with nested TikZpicturesHow to draw a square and its diagonals with arrows?













0















I am drawing a table with arrows in it. All the arrows are fine except for vertical ones pointing down. Here is a MWE:



documentclassarticle
usepackagetikz
usetikzlibrarymatrix
begindocument


tikzset
table/.style=
matrix of nodes,
row sep=-pgflinewidth,
column sep=-pgflinewidth,
nodes=rectangle,text width=1.5em,align=center,
text height=1.1ex,
nodes in empty cells,
,

begintikzpicture
matrix (mat) [table]
&&0&0\
&0&1&2\
1&1&1&2\
1&2&2&2\
1&3&3&3\
;

beginscope[shorten >=7pt,shorten <= 7pt]

draw[->] (mat-1-3.center) -- (mat-2-4.center);
draw[->] (mat-2-4.center) -- (mat-3-4.center);

endscope

endtikzpicture
enddocument


The arrow pointing down is rendered in a very strange way.



enter image description here



How can I fix this?









share


























    0















    I am drawing a table with arrows in it. All the arrows are fine except for vertical ones pointing down. Here is a MWE:



    documentclassarticle
    usepackagetikz
    usetikzlibrarymatrix
    begindocument


    tikzset
    table/.style=
    matrix of nodes,
    row sep=-pgflinewidth,
    column sep=-pgflinewidth,
    nodes=rectangle,text width=1.5em,align=center,
    text height=1.1ex,
    nodes in empty cells,
    ,

    begintikzpicture
    matrix (mat) [table]
    &&0&0\
    &0&1&2\
    1&1&1&2\
    1&2&2&2\
    1&3&3&3\
    ;

    beginscope[shorten >=7pt,shorten <= 7pt]

    draw[->] (mat-1-3.center) -- (mat-2-4.center);
    draw[->] (mat-2-4.center) -- (mat-3-4.center);

    endscope

    endtikzpicture
    enddocument


    The arrow pointing down is rendered in a very strange way.



    enter image description here



    How can I fix this?









    share
























      0












      0








      0








      I am drawing a table with arrows in it. All the arrows are fine except for vertical ones pointing down. Here is a MWE:



      documentclassarticle
      usepackagetikz
      usetikzlibrarymatrix
      begindocument


      tikzset
      table/.style=
      matrix of nodes,
      row sep=-pgflinewidth,
      column sep=-pgflinewidth,
      nodes=rectangle,text width=1.5em,align=center,
      text height=1.1ex,
      nodes in empty cells,
      ,

      begintikzpicture
      matrix (mat) [table]
      &&0&0\
      &0&1&2\
      1&1&1&2\
      1&2&2&2\
      1&3&3&3\
      ;

      beginscope[shorten >=7pt,shorten <= 7pt]

      draw[->] (mat-1-3.center) -- (mat-2-4.center);
      draw[->] (mat-2-4.center) -- (mat-3-4.center);

      endscope

      endtikzpicture
      enddocument


      The arrow pointing down is rendered in a very strange way.



      enter image description here



      How can I fix this?









      share














      I am drawing a table with arrows in it. All the arrows are fine except for vertical ones pointing down. Here is a MWE:



      documentclassarticle
      usepackagetikz
      usetikzlibrarymatrix
      begindocument


      tikzset
      table/.style=
      matrix of nodes,
      row sep=-pgflinewidth,
      column sep=-pgflinewidth,
      nodes=rectangle,text width=1.5em,align=center,
      text height=1.1ex,
      nodes in empty cells,
      ,

      begintikzpicture
      matrix (mat) [table]
      &&0&0\
      &0&1&2\
      1&1&1&2\
      1&2&2&2\
      1&3&3&3\
      ;

      beginscope[shorten >=7pt,shorten <= 7pt]

      draw[->] (mat-1-3.center) -- (mat-2-4.center);
      draw[->] (mat-2-4.center) -- (mat-3-4.center);

      endscope

      endtikzpicture
      enddocument


      The arrow pointing down is rendered in a very strange way.



      enter image description here



      How can I fix this?







      tikz-pgf





      share












      share










      share



      share










      asked 3 mins ago









      AnushAnush

      1445




      1445




















          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%2f480363%2fwhy-does-a-vertical-arrow-get-rendered-incorrectly%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%2f480363%2fwhy-does-a-vertical-arrow-get-rendered-incorrectly%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

          acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

          How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

          Problem using RevTeX4-1 with “! Undefined control sequence. @bibitemShut”