summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-fct/examples/latex/tkzFct-10-4-0.tex
blob: 749b6e48378955c24f4aa4a18cea161cc170103e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 41 (Section 10.4 : Ligne verticale et valeur calculée par \tkzname{fp} )

\begin{tikzpicture}
  \tkzInit[xmin=-7,xmax=7,ymin=-1,ymax=1]
  \tkzAxeY[font=\small]
  \tkzAxeX[trig=2]
  \foreach\v in {-2,-1,1,2}
  {\tkzVLine[color=red]{\v*\FPpi}}
\end{tikzpicture}

\end{document}