aboutsummaryrefslogtreecommitdiff
path: root/slides/2019-it-intro-scrum/img/esi.tex
blob: 9ba569947a86c98b83fb41ce0221b3e820280a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\begin{tikzpicture}
  \path[draw=lightGray, thick, shading=axis, top color=lightGray, bottom color=white]
    (0,0) --
      node[sloped, anchor=center, below]{%
        Estimate
      }
    (3,0) --
      node[sloped, anchor=center, above]{%
        Scope
      }
    (1.5, 2) --
      node[sloped, anchor=center, above]{%
        Importance
      }
    (0, 0);
\end{tikzpicture}