blob: d3206c7098425ec60a9e545beb430308beeb0f12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\input{preamble-standalone.ltx}
\begin{document}
% Ex. No. 39 (Section 6.7.3 : Option \tkzname{swap})
\begin{tikzpicture}
\tkzInit[xmin=-2,xmax=2,ymin=-2,ymax=2]
\tkzAxeXY[label={},swap]
\end{tikzpicture}
\end{document}
|