blob: 0e9800230adc9efa9043b35c5d822fc7ccbcf4df (
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. 105 (Section 16.1.1 : A title)
\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}
|