blob: caaa0740d7444c4324b51774aada6c812d17e2b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 15 (Section 6.1.2 : Label placement)
\begin{tikzpicture}
\tkzInit[xmax=5]
\tkzDrawX[label = quantity,
above left = 8pt]
\end{tikzpicture}
\end{document}
|