von Mr.Goonie » Mo 6. Jul 2015, 13:58
ok, ich denke ich habe es jetzt herausgefunden:
\documentclass{article}
\usepackage{pgfplots}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=.05, x = {(0.8cm,0.5cm)}, y={(0cm,2cm)}, z={(1cm,-0.5cm)}]
\draw[thick,->] (0,-50,0) -- (0,50,0) node[above] {z};
\draw[thick,->] (0,0,-100) -- (0,0,100) node[right] {x};
\draw[thick,->] (-100,0,0) -- (100,0,0) node[right] {y};
\path (30,0,0) node[circle, color=red!60, fill, inner sep=3]{};
\path (15,30,0) node[circle, color=blue!60, fill, inner sep=3]{};
\path (-12,0,30) node[circle, color=black!60, fill, inner sep=6]{};
\end{tikzpicture}
\end{document}
ok, ich denke ich habe es jetzt herausgefunden:
[code] \documentclass{article}
\usepackage{pgfplots}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}[scale=.05, x = {(0.8cm,0.5cm)}, y={(0cm,2cm)}, z={(1cm,-0.5cm)}]
\draw[thick,->] (0,-50,0) -- (0,50,0) node[above] {z};
\draw[thick,->] (0,0,-100) -- (0,0,100) node[right] {x};
\draw[thick,->] (-100,0,0) -- (100,0,0) node[right] {y};
\path (30,0,0) node[circle, color=red!60, fill, inner sep=3]{};
\path (15,30,0) node[circle, color=blue!60, fill, inner sep=3]{};
\path (-12,0,30) node[circle, color=black!60, fill, inner sep=6]{};
\end{tikzpicture}
\end{document}
[/code]