blob: ef3219c2df423b4c90837456d6b6cbb2f2e86af3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 110 (Section 17.1.1 : Un titre)
\begin{tikzpicture}
\tkzInit[xmax = 6, ymin = 1000,%
ymax = 4000,ystep = 1000]
\tkzAxeXY
\tkzText[draw,
line width = 1pt,%
color = red,%
fill = orange!20](3,4000)%
{Recette en fonction du mois}
\end{tikzpicture}
\end{document}
|