blob: 348c6035d980ca99ace9139db92df2018bbd9894 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 16 (Section 6.2.4 : \tkzname{frac})
\begin{tikzpicture}
\tkzInit[xmax=1.75,xstep=0.33333]
\tkzDrawX[label=$t$,text=blue,color=red]
\tkzLabelX[frac=3,text=blue,below = 6pt]
\end{tikzpicture}
\end{document}
|