diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-22 23:11:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-22 23:11:03 +0000 |
commit | e7d5962cb25a83a847dcd4cbb693779486262433 (patch) | |
tree | cd765fe37a14f610b635ed3f97b19ea1914beb4c /Master/texmf-dist/doc/latex/tikzscale/3Dplot.tikz | |
parent | 640e5c86ccf9706a7d564f0bf722bab07510a8af (diff) |
tikzscale (22may13)
git-svn-id: svn://tug.org/texlive/trunk@30637 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale/3Dplot.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/3Dplot.tikz | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/3Dplot.tikz b/Master/texmf-dist/doc/latex/tikzscale/3Dplot.tikz new file mode 100644 index 00000000000..2875de72c2e --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzscale/3Dplot.tikz @@ -0,0 +1,10 @@ +\tdplotsetmaincoords{77}{-8}% +\begin{tikzpicture}[tdplot_main_coords] + x={(2 cm, 2 cm)},% + y={(2 cm, 2 cm)},% + z={(2 cm, 2 cm)}% + ]% + \draw [->] (0,0,0) -- (1,0,0) node[below] {$x_1$};% + \draw [->] (0,0,0) -- (0,0,1) node[left] {$x_2$};% + \draw [->] (0,0,0) -- (0,1,0) node[left] {$x_3$};% +\end{tikzpicture}%
\ No newline at end of file |