Tagged Questions
5
votes
1answer
216 views
Adding arrow to one tree node and presenting tree in a step-wise fashion
I have the following MWE
%http://www.texample.net/tikz/examples/probability-tree/
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage{tikz}
\usetikzlibrary{trees,arrows}
...
7
votes
1answer
331 views
Tikz arrowhead size in tree using decorations?
Tikz is weird when in comes to decorating tree edges.
I'd like to draw a tree with a snakey line with an arrow in the middle.
What sounds simple is somewhat tricky but I found a solution with a ...
5
votes
1answer
394 views
Incomplete arrows and missing arrow heads in TikZ
I have the following plot which looks good, but there are two issues:
Not all arrows have arrow-heads. I have no idea why this is.
Some edges are not long enough. For example, the left edge of the ...