von Kappa » Fr 13. Apr 2018, 10:41
Hallo,
ich möchte das Bild (im Anhang) mit tikz nachmachen. Ich scheitere aber schon am ersten Schritt, nämlich diesen Körper annähernd so zu zeichnen wie im Bild. Mein Ansatz war auch eher "try and error".
Kann mir wer helfen bzw. Tipps geben, wie ich das schaffen kann?
Danke schonmal im Voraus
\documentclass{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\fill[ color=lightgray] (0,0) plot [smooth cycle,tension=0.5] coordinates {
(0,0) (1,2.3) (2,3) (3,3.2) (4,3.2) (5,3) (6,2.7) (7,1.8) (7.2,1) (7,0) (6,-1) (5,-1.5) (4,-2) (3,-2.1) (2,-2.2) (1,-2)};
\end{tikzpicture}
\end{document}
- Dateianhänge
-

- Body_2.png (60.58 KiB) 1319 mal betrachtet
Hallo,
ich möchte das Bild (im Anhang) mit tikz nachmachen. Ich scheitere aber schon am ersten Schritt, nämlich diesen Körper annähernd so zu zeichnen wie im Bild. Mein Ansatz war auch eher "try and error".
Kann mir wer helfen bzw. Tipps geben, wie ich das schaffen kann?
Danke schonmal im Voraus :)
[code]\documentclass{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\fill[ color=lightgray] (0,0) plot [smooth cycle,tension=0.5] coordinates {
(0,0) (1,2.3) (2,3) (3,3.2) (4,3.2) (5,3) (6,2.7) (7,1.8) (7.2,1) (7,0) (6,-1) (5,-1.5) (4,-2) (3,-2.1) (2,-2.2) (1,-2)};
\end{tikzpicture}
\end{document}[/code]