Draw arrow on sides of triangleList of available TikZ libraries with a short introductionTikZ: How to draw an arrow in the middle of the line?Tikz: Arrowheads in the centerTikZ: Cropping the Bounding BoxRotate 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?TikZ: 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 themHow to draw a square and its diagonals with arrows?TikZ: fill text color different than fill
Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?
Air travel with refrigerated insulin
How much do grades matter for a future academia position?
Can I cause damage to electrical appliances by unplugging them when they are turned on?
Storage of electrolytic capacitors - how long?
How to make a list of partial sums using forEach
How can ruler support inventing of useful things?
Is there a reason to prefer HFS+ over APFS for disk images in High Sierra and/or Mojave?
Mimic lecturing on blackboard, facing audience
Giving feedback to someone without sounding prejudiced
How to get directions in deep space?
Personal or impersonal in a technical resume
SOQL query causes internal Salesforce error
What should be the ideal length of sentences in a blog post for ease of reading?
Why would five hundred and five be same as one?
Echo with obfuscation
Why is the sun approximated as a black body at ~ 5800 K?
Showing mass murder in a kid's book
Ways of geometrical multiplication
If Captain Marvel (MCU) were to have a child with a human male, would the child be human or Kree?
Difference between shutdown options
When and why was runway 07/25 at Kai Tak removed?
Why didn’t Eve recognize the little cockroach as a living organism?
Can you identify this lizard-like creature I observed in the UK?
Draw arrow on sides of triangle
List of available TikZ libraries with a short introductionTikZ: How to draw an arrow in the middle of the line?Tikz: Arrowheads in the centerTikZ: Cropping the Bounding BoxRotate 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?TikZ: 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 themHow to draw a square and its diagonals with arrows?TikZ: fill text color different than fill
MWE:
documentclass[12pt]article
usepackagepgf
usepackagetikz
usepackagepgfplots
begindocument
begintikzpicture
draw [line width=1pt] (0,5)-- (0,0);
draw [line width=1pt] (5,0)-- (0,5);
draw [line width=1pt] (0,0)-- (5,0);
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
endtikzpicture
enddocument
Question:
How can I draw direction arrow on each lines of triangle? (all possible style of arrows)
tikz-pgf tikz-arrows
add a comment |
MWE:
documentclass[12pt]article
usepackagepgf
usepackagetikz
usepackagepgfplots
begindocument
begintikzpicture
draw [line width=1pt] (0,5)-- (0,0);
draw [line width=1pt] (5,0)-- (0,5);
draw [line width=1pt] (0,0)-- (5,0);
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
endtikzpicture
enddocument
Question:
How can I draw direction arrow on each lines of triangle? (all possible style of arrows)
tikz-pgf tikz-arrows
add a comment |
MWE:
documentclass[12pt]article
usepackagepgf
usepackagetikz
usepackagepgfplots
begindocument
begintikzpicture
draw [line width=1pt] (0,5)-- (0,0);
draw [line width=1pt] (5,0)-- (0,5);
draw [line width=1pt] (0,0)-- (5,0);
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
endtikzpicture
enddocument
Question:
How can I draw direction arrow on each lines of triangle? (all possible style of arrows)
tikz-pgf tikz-arrows
MWE:
documentclass[12pt]article
usepackagepgf
usepackagetikz
usepackagepgfplots
begindocument
begintikzpicture
draw [line width=1pt] (0,5)-- (0,0);
draw [line width=1pt] (5,0)-- (0,5);
draw [line width=1pt] (0,0)-- (5,0);
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
endtikzpicture
enddocument
Question:
How can I draw direction arrow on each lines of triangle? (all possible style of arrows)
tikz-pgf tikz-arrows
tikz-pgf tikz-arrows
edited Mar 14 at 3:46
sandu
3,64742855
3,64742855
asked Mar 14 at 3:41
SandySandy
766915
766915
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Maybe I misread the question, but if you want to vary the type of the arrow you may want to use
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X/Arrow [remember=X as LastX (initially C)]in
A/latex,B/stealth,C/>
draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
endtikzpicture
enddocument

As for your comment: this draws three triangles. Is that what you are looking for?
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
beginscope
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X [remember=X as LastX (initially C)] in A,B,C
draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
endscope
beginscope[xshift=6cm]
path (0,5) node[bullet,label=above:$A$](A')
(0,0) node[bullet,label=below:$B$](B')
(5,0) node[bullet,label=below:$C$](C') ;
foreach X [remember=X as LastX (initially C')]in A',B',C'
draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
endscope
beginscope[yshift=-6.6cm]
path (0,5) node[bullet,label=above:$A$](A'')
(0,0) node[bullet,label=below:$B$](B'')
(5,0) node[bullet,label=below:$C$](C'') ;
foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
draw[line width=1pt,->-=0.5>] (LastX) -- (X);
endscope
endtikzpicture
enddocument

No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.
– Sandy
Mar 14 at 4:27
Should i increase size of arrows? i am waiting.......
– Sandy
Mar 14 at 4:31
@Sandy The three different arrows are already inforeach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set aslatex,stealthand standard types. Yes, you can make the arrows thicker e.g. by sayingarrow[line width=2pt]#2}instead ofarrow#2}.
– marmot
Mar 14 at 4:34
1
@Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?
– marmot
Mar 14 at 4:45
2
@Sandy Just for additional information, here is a (quite complete) list of available arrow tips.
– JouleV
Mar 14 at 5:08
|
show 5 more comments
Using TikZ: How to draw an arrow in the middle of the line?
%documentclass[border=2mm]standalone
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
begintikzpicture
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
beginscope[very thick,decoration=
markings,
mark=at position 0.5 with arrow>
]
draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
endscope
endtikzpicture
enddocument
Is it possible of article document type?
– Sandy
Mar 14 at 4:36
@Sandy Yes...sure
– sandu
Mar 14 at 4:37
Would you please modified your codes for article?
– Sandy
Mar 14 at 5:07
@Sandy done... see the code above....
– sandu
Mar 14 at 5:14
add a comment |
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');
);
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%2f479406%2fdraw-arrow-on-sides-of-triangle%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Maybe I misread the question, but if you want to vary the type of the arrow you may want to use
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X/Arrow [remember=X as LastX (initially C)]in
A/latex,B/stealth,C/>
draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
endtikzpicture
enddocument

As for your comment: this draws three triangles. Is that what you are looking for?
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
beginscope
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X [remember=X as LastX (initially C)] in A,B,C
draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
endscope
beginscope[xshift=6cm]
path (0,5) node[bullet,label=above:$A$](A')
(0,0) node[bullet,label=below:$B$](B')
(5,0) node[bullet,label=below:$C$](C') ;
foreach X [remember=X as LastX (initially C')]in A',B',C'
draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
endscope
beginscope[yshift=-6.6cm]
path (0,5) node[bullet,label=above:$A$](A'')
(0,0) node[bullet,label=below:$B$](B'')
(5,0) node[bullet,label=below:$C$](C'') ;
foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
draw[line width=1pt,->-=0.5>] (LastX) -- (X);
endscope
endtikzpicture
enddocument

No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.
– Sandy
Mar 14 at 4:27
Should i increase size of arrows? i am waiting.......
– Sandy
Mar 14 at 4:31
@Sandy The three different arrows are already inforeach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set aslatex,stealthand standard types. Yes, you can make the arrows thicker e.g. by sayingarrow[line width=2pt]#2}instead ofarrow#2}.
– marmot
Mar 14 at 4:34
1
@Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?
– marmot
Mar 14 at 4:45
2
@Sandy Just for additional information, here is a (quite complete) list of available arrow tips.
– JouleV
Mar 14 at 5:08
|
show 5 more comments
Maybe I misread the question, but if you want to vary the type of the arrow you may want to use
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X/Arrow [remember=X as LastX (initially C)]in
A/latex,B/stealth,C/>
draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
endtikzpicture
enddocument

As for your comment: this draws three triangles. Is that what you are looking for?
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
beginscope
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X [remember=X as LastX (initially C)] in A,B,C
draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
endscope
beginscope[xshift=6cm]
path (0,5) node[bullet,label=above:$A$](A')
(0,0) node[bullet,label=below:$B$](B')
(5,0) node[bullet,label=below:$C$](C') ;
foreach X [remember=X as LastX (initially C')]in A',B',C'
draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
endscope
beginscope[yshift=-6.6cm]
path (0,5) node[bullet,label=above:$A$](A'')
(0,0) node[bullet,label=below:$B$](B'')
(5,0) node[bullet,label=below:$C$](C'') ;
foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
draw[line width=1pt,->-=0.5>] (LastX) -- (X);
endscope
endtikzpicture
enddocument

No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.
– Sandy
Mar 14 at 4:27
Should i increase size of arrows? i am waiting.......
– Sandy
Mar 14 at 4:31
@Sandy The three different arrows are already inforeach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set aslatex,stealthand standard types. Yes, you can make the arrows thicker e.g. by sayingarrow[line width=2pt]#2}instead ofarrow#2}.
– marmot
Mar 14 at 4:34
1
@Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?
– marmot
Mar 14 at 4:45
2
@Sandy Just for additional information, here is a (quite complete) list of available arrow tips.
– JouleV
Mar 14 at 5:08
|
show 5 more comments
Maybe I misread the question, but if you want to vary the type of the arrow you may want to use
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X/Arrow [remember=X as LastX (initially C)]in
A/latex,B/stealth,C/>
draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
endtikzpicture
enddocument

As for your comment: this draws three triangles. Is that what you are looking for?
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
beginscope
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X [remember=X as LastX (initially C)] in A,B,C
draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
endscope
beginscope[xshift=6cm]
path (0,5) node[bullet,label=above:$A$](A')
(0,0) node[bullet,label=below:$B$](B')
(5,0) node[bullet,label=below:$C$](C') ;
foreach X [remember=X as LastX (initially C')]in A',B',C'
draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
endscope
beginscope[yshift=-6.6cm]
path (0,5) node[bullet,label=above:$A$](A'')
(0,0) node[bullet,label=below:$B$](B'')
(5,0) node[bullet,label=below:$C$](C'') ;
foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
draw[line width=1pt,->-=0.5>] (LastX) -- (X);
endscope
endtikzpicture
enddocument

Maybe I misread the question, but if you want to vary the type of the arrow you may want to use
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X/Arrow [remember=X as LastX (initially C)]in
A/latex,B/stealth,C/>
draw[line width=1pt,->-=0.5Arrow] (LastX) -- (X);
endtikzpicture
enddocument

As for your comment: this draws three triangles. Is that what you are looking for?
documentclass[12pt]article
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
% based on https://tex.stackexchange.com/a/39282/121799
tikzset->-/.style n args=2decoration=
markings,
mark=at position #1 with arrow[line width=1pt]#2,postaction=decorate
begintikzpicture[bullet/.style=circle,inner sep=1.5pt,fill]
beginscope
path (0,5) node[bullet,label=above:$A$](A)
(0,0) node[bullet,label=below:$B$](B)
(5,0) node[bullet,label=below:$C$](C) ;
foreach X [remember=X as LastX (initially C)] in A,B,C
draw[line width=1pt,->-=0.5latex] (LastX) -- (X);
endscope
beginscope[xshift=6cm]
path (0,5) node[bullet,label=above:$A$](A')
(0,0) node[bullet,label=below:$B$](B')
(5,0) node[bullet,label=below:$C$](C') ;
foreach X [remember=X as LastX (initially C')]in A',B',C'
draw[line width=1pt,->-=0.5stealth] (LastX) -- (X);
endscope
beginscope[yshift=-6.6cm]
path (0,5) node[bullet,label=above:$A$](A'')
(0,0) node[bullet,label=below:$B$](B'')
(5,0) node[bullet,label=below:$C$](C'') ;
foreach X [remember=X as LastX (initially C'')]in A'',B'',C''
draw[line width=1pt,->-=0.5>] (LastX) -- (X);
endscope
endtikzpicture
enddocument

edited Mar 14 at 5:03
answered Mar 14 at 3:54
marmotmarmot
110k5136255
110k5136255
No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.
– Sandy
Mar 14 at 4:27
Should i increase size of arrows? i am waiting.......
– Sandy
Mar 14 at 4:31
@Sandy The three different arrows are already inforeach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set aslatex,stealthand standard types. Yes, you can make the arrows thicker e.g. by sayingarrow[line width=2pt]#2}instead ofarrow#2}.
– marmot
Mar 14 at 4:34
1
@Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?
– marmot
Mar 14 at 4:45
2
@Sandy Just for additional information, here is a (quite complete) list of available arrow tips.
– JouleV
Mar 14 at 5:08
|
show 5 more comments
No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.
– Sandy
Mar 14 at 4:27
Should i increase size of arrows? i am waiting.......
– Sandy
Mar 14 at 4:31
@Sandy The three different arrows are already inforeach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set aslatex,stealthand standard types. Yes, you can make the arrows thicker e.g. by sayingarrow[line width=2pt]#2}instead ofarrow#2}.
– marmot
Mar 14 at 4:34
1
@Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?
– marmot
Mar 14 at 4:45
2
@Sandy Just for additional information, here is a (quite complete) list of available arrow tips.
– JouleV
Mar 14 at 5:08
No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.
– Sandy
Mar 14 at 4:27
No friend, you understand my question better And the answer that I had hoped for almost got to be found. Only one request is please give me three different codes with arrows(three triangle with arrows) that you mentioned.
– Sandy
Mar 14 at 4:27
Should i increase size of arrows? i am waiting.......
– Sandy
Mar 14 at 4:31
Should i increase size of arrows? i am waiting.......
– Sandy
Mar 14 at 4:31
@Sandy The three different arrows are already in
foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.– marmot
Mar 14 at 4:34
@Sandy The three different arrows are already in
foreach X/Arrow [remember=X as LastX (initially C)]in A/latex,B/stealth,C/>, where they are set as latex, stealth and standard types. Yes, you can make the arrows thicker e.g. by saying arrow[line width=2pt]#2} instead of arrow#2}.– marmot
Mar 14 at 4:34
1
1
@Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?
– marmot
Mar 14 at 4:45
@Sandy Yes, I will be happy to follow your request if I understand it. You want three triangles? If so, do they all have the same dimensions? Are the next to each other? Or do you want 3 arrow heads on a given edge?
– marmot
Mar 14 at 4:45
2
2
@Sandy Just for additional information, here is a (quite complete) list of available arrow tips.
– JouleV
Mar 14 at 5:08
@Sandy Just for additional information, here is a (quite complete) list of available arrow tips.
– JouleV
Mar 14 at 5:08
|
show 5 more comments
Using TikZ: How to draw an arrow in the middle of the line?
%documentclass[border=2mm]standalone
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
begintikzpicture
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
beginscope[very thick,decoration=
markings,
mark=at position 0.5 with arrow>
]
draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
endscope
endtikzpicture
enddocument
Is it possible of article document type?
– Sandy
Mar 14 at 4:36
@Sandy Yes...sure
– sandu
Mar 14 at 4:37
Would you please modified your codes for article?
– Sandy
Mar 14 at 5:07
@Sandy done... see the code above....
– sandu
Mar 14 at 5:14
add a comment |
Using TikZ: How to draw an arrow in the middle of the line?
%documentclass[border=2mm]standalone
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
begintikzpicture
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
beginscope[very thick,decoration=
markings,
mark=at position 0.5 with arrow>
]
draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
endscope
endtikzpicture
enddocument
Is it possible of article document type?
– Sandy
Mar 14 at 4:36
@Sandy Yes...sure
– sandu
Mar 14 at 4:37
Would you please modified your codes for article?
– Sandy
Mar 14 at 5:07
@Sandy done... see the code above....
– sandu
Mar 14 at 5:14
add a comment |
Using TikZ: How to draw an arrow in the middle of the line?
%documentclass[border=2mm]standalone
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
begintikzpicture
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
beginscope[very thick,decoration=
markings,
mark=at position 0.5 with arrow>
]
draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
endscope
endtikzpicture
enddocument
Using TikZ: How to draw an arrow in the middle of the line?
%documentclass[border=2mm]standalone
documentclassarticle
usepackagetikz
usetikzlibrarydecorations.markings
begindocument
begintikzpicture
draw [fill=black] (0,5) circle (1.5pt);
draw[color=black] (0.0,5.5) node $A$;
draw [fill=black] (0,0) circle (1.5pt);
draw[color=black] (0.0,-0.5) node $B$;
draw [fill=black] (5,0) circle (1.5pt);
draw[color=black] (5.0,-0.5) node $C$;
beginscope[very thick,decoration=
markings,
mark=at position 0.5 with arrow>
]
draw [line width=1pt,postaction=decorate] (0,5)-- (0,0);
draw [line width=1pt,postaction=decorate] (5,0)-- (0,5);
draw [line width=1pt,postaction=decorate] (0,0)-- (5,0);
endscope
endtikzpicture
enddocument
edited Mar 14 at 4:38
answered Mar 14 at 3:52
sandusandu
3,64742855
3,64742855
Is it possible of article document type?
– Sandy
Mar 14 at 4:36
@Sandy Yes...sure
– sandu
Mar 14 at 4:37
Would you please modified your codes for article?
– Sandy
Mar 14 at 5:07
@Sandy done... see the code above....
– sandu
Mar 14 at 5:14
add a comment |
Is it possible of article document type?
– Sandy
Mar 14 at 4:36
@Sandy Yes...sure
– sandu
Mar 14 at 4:37
Would you please modified your codes for article?
– Sandy
Mar 14 at 5:07
@Sandy done... see the code above....
– sandu
Mar 14 at 5:14
Is it possible of article document type?
– Sandy
Mar 14 at 4:36
Is it possible of article document type?
– Sandy
Mar 14 at 4:36
@Sandy Yes...sure
– sandu
Mar 14 at 4:37
@Sandy Yes...sure
– sandu
Mar 14 at 4:37
Would you please modified your codes for article?
– Sandy
Mar 14 at 5:07
Would you please modified your codes for article?
– Sandy
Mar 14 at 5:07
@Sandy done... see the code above....
– sandu
Mar 14 at 5:14
@Sandy done... see the code above....
– sandu
Mar 14 at 5:14
add a comment |
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');
);
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%2f479406%2fdraw-arrow-on-sides-of-triangle%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');
);
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');
);
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');
);
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