Changing line width in tikz makes arrow heads ignore size specification?Tikz - move/reposition arrow decorations (arrowhead length/size)Rotate 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?use circuitikz picture inside tikzpictureTikZ: 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 thempgfplots quiver arrowhead size
"Marked down as someone wanting to sell shares." What does that mean?
Can you describe someone as luxurious? As in someone who likes luxurious things?
Should I warn a new PhD Student?
Highest stage count that are used one right after the other?
How do you say "Trust your struggle." in French?
What do the positive and negative (+/-) transmit and receive pins mean on Ethernet cables?
What is the meaning of "You've never met a graph you didn't like?"
How do you justify more code being written by following clean code practices?
Unfrosted light bulb
Asserting that Atheism and Theism are both faith based positions
How to track Account Description field changes in Field history Tracking?
TikZ plot too verbose
Why didn't Voldemort know what Grindelwald looked like?
Started in 1987 vs. Starting in 1987
Extract substring according to regexp with sed or grep
Would this string work as string?
When is the exact date for EOL of Ubuntu 14.04 LTS?
Mortal danger in mid-grade literature
A seasonal riddle
Should I be concerned about student access to a test bank?
Make a Bowl of Alphabet Soup
C++ lambda syntax
What is the tangent at a sharp point on a curve?
Is there any common country to visit for persons holding UK and Schengen visas?
Changing line width in tikz makes arrow heads ignore size specification?
Tikz - move/reposition arrow decorations (arrowhead length/size)Rotate 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?use circuitikz picture inside tikzpictureTikZ: 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 thempgfplots quiver arrowhead size
I am having trouble in changing arrowhead parameters in Tikz. The length
and width
parameters from arrows.meta
work as expected until I also specify a line width, then all my arrowhead specifications are ignored and the default size is used.
documentclass[tikz]standalone
usepackagetikz
usetikzlibraryarrows.meta
begindocument
begintikzpicture
draw[-Latex[width=2mm,length=3mm]] (0,0)--(2,0) node[right]with no line width;
draw[line width=1.5mm,-latex[width=2mm,length=3mm]] (0,-1)--(2,-1) node[right]with specified line width;
endtikzpicture
enddocument
The above code renders as follows. Note how the same size parameters are given for both arrows, but they are ignored when the line width is changed.
How can I change the arrow size and line width at the same time?
tikz-pgf tikz-arrows
add a comment |
I am having trouble in changing arrowhead parameters in Tikz. The length
and width
parameters from arrows.meta
work as expected until I also specify a line width, then all my arrowhead specifications are ignored and the default size is used.
documentclass[tikz]standalone
usepackagetikz
usetikzlibraryarrows.meta
begindocument
begintikzpicture
draw[-Latex[width=2mm,length=3mm]] (0,0)--(2,0) node[right]with no line width;
draw[line width=1.5mm,-latex[width=2mm,length=3mm]] (0,-1)--(2,-1) node[right]with specified line width;
endtikzpicture
enddocument
The above code renders as follows. Note how the same size parameters are given for both arrows, but they are ignored when the line width is changed.
How can I change the arrow size and line width at the same time?
tikz-pgf tikz-arrows
add a comment |
I am having trouble in changing arrowhead parameters in Tikz. The length
and width
parameters from arrows.meta
work as expected until I also specify a line width, then all my arrowhead specifications are ignored and the default size is used.
documentclass[tikz]standalone
usepackagetikz
usetikzlibraryarrows.meta
begindocument
begintikzpicture
draw[-Latex[width=2mm,length=3mm]] (0,0)--(2,0) node[right]with no line width;
draw[line width=1.5mm,-latex[width=2mm,length=3mm]] (0,-1)--(2,-1) node[right]with specified line width;
endtikzpicture
enddocument
The above code renders as follows. Note how the same size parameters are given for both arrows, but they are ignored when the line width is changed.
How can I change the arrow size and line width at the same time?
tikz-pgf tikz-arrows
I am having trouble in changing arrowhead parameters in Tikz. The length
and width
parameters from arrows.meta
work as expected until I also specify a line width, then all my arrowhead specifications are ignored and the default size is used.
documentclass[tikz]standalone
usepackagetikz
usetikzlibraryarrows.meta
begindocument
begintikzpicture
draw[-Latex[width=2mm,length=3mm]] (0,0)--(2,0) node[right]with no line width;
draw[line width=1.5mm,-latex[width=2mm,length=3mm]] (0,-1)--(2,-1) node[right]with specified line width;
endtikzpicture
enddocument
The above code renders as follows. Note how the same size parameters are given for both arrows, but they are ignored when the line width is changed.
How can I change the arrow size and line width at the same time?
tikz-pgf tikz-arrows
tikz-pgf tikz-arrows
asked 6 mins ago
PGmathPGmath
1362
1362
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%2f480421%2fchanging-line-width-in-tikz-makes-arrow-heads-ignore-size-specification%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%2f480421%2fchanging-line-width-in-tikz-makes-arrow-heads-ignore-size-specification%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