blob: f7d9ebe0a8a8e9e9ba66872ee801a9ab5abe108a (
plain)
1
2
3
4
5
6
7
8
|
\begin{tikzpicture}
\tkzInit[xmin = -2,xmax = 3,
ymin = -2,ymax = 2]
\tkzDrawX[color = red,
label = $\displaystyle\frac{1}{t}$,
below = 6pt]
\tkzLabelX[text=blue]
\end{tikzpicture}
|