Tagged Questions
0
votes
1answer
501 views
TikZ-pgf directed graph: change arrow color and location
I have something like this:
\SetVertexNormal[Shape = circle,
LineWidth = 2pt]
\SetUpEdge[lw = 1.5pt,
color = blue]
...
\begin{tikzpicture}
\Vertex[x=0 ,y=0]{1}
...
6
votes
1answer
1k views
How can I increase arrow-head size in tkz-graph?
How can I increase the size of the head of the arrows in a tkz-graph graph? This question is similar to Is it possible to change size of arrowhead in TikZ/PGF?, but requires an adaptation of the ...
