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?
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.

How can I fix this?
tikz-pgf
add a comment |
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.

How can I fix this?
tikz-pgf
add a comment |
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.

How can I fix this?
tikz-pgf
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.

How can I fix this?
tikz-pgf
tikz-pgf
asked 3 mins ago
AnushAnush
1445
1445
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f480363%2fwhy-does-a-vertical-arrow-get-rendered-incorrectly%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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