Überarbeitungsverlauf[Zurück]
Klicke auf Einblenden/Ausblenden von Überarbeitungen 2

07 Apr '15, 12:03

esdd's gravatar image

esdd
17.8k304257

Ich würde auf das Rotieren der Bögen verzichten und statt dessen Polarkoordinaten verwenden. Für die Teilung sind außerdem eigentlich nur Linien nötig. \documentclass{scrbook} \usepackage[ngerman]{babel} \usepackage{tikz} \begin{document} \begin{figure}[hbt] \newcommand*\myradius{2.4} \begin{minipage}[t]{0.48\linewidth}% \centering \begin{tikzpicture}% \fill[yellow,draw=blue](0,0)--(90:\myradius)arc(90:{360+52}:\myradius)--cycle; \fill[red!20,draw=black,shift={({(90+52)/2}:.2)}](0,0)--(52:\myradius)arc(52:90:\myradius)--cycle; \draw[red, dotted](current \fill[yellow,draw=blue](0,0)--(90:\myradius)arc(90:412:\myradius)--cycle; \fill[red!20,draw=black,shift={(71:.2)}] (0,0)--(52:\myradius)arc(52:90:\myradius)--cycle; \draw[red,dotted] (current bounding box.south west) rectangle(current bounding box.north east); \end{tikzpicture}% \caption{Bildunterschrift 1} \end{minipage}% \hfill% \begin{minipage}[t]{0.48\linewidth}% \centering\begin{tikzpicture}% \fill[yellow, draw=blue](0,0)--(90:\myradius)arc(90:412:\myradius)--cycle; \foreach \w in {7,162,198,256,352}\draw[blue](0,0)--(\w:\myradius); \fill[red!20,draw=black,shift={(71:.2)}] (0,0)--(52:\myradius)arc(52:90:\myradius)--cycle; \draw[red,dotted] (current bounding box.south west)rectangle(current bounding box.north east); \end{tikzpicture}% \caption{Bildunterschrift 1} \end{minipage}% \hfill% \begin{minipage}[t]{0.48\linewidth}% \centering\begin{tikzpicture}% \fill[yellow,draw=blue](0,0)--(90:\myradius)arc(90:{360+52}:\myradius)--cycle; \foreach \w in {7,162,198,256,352}\draw[blue](0,0)--(\w:\myradius); \fill[red!20,draw=black,shift={(71:.2)}](0,0)--(52:\myradius)arc(52:90:\myradius)--cycle; \draw[red, dotted](current bounding box.south west)rectangle(current bounding box.north east); \end{tikzpicture}% \caption{Bildunterschrift 2}% \end{minipage}% \end{figure} \end{document} ![alt text][1] [1]: http://texwelt.de/wissen/upfiles/tw_kreisdiagr.PNG
Klicke auf Einblenden/Ausblenden von Überarbeitungen 1

07 Apr '15, 12:00

esdd's gravatar image

esdd
17.8k304257

Ich würde auf das Rotieren der Bögen verzichten und statt dessen Polarkoordinaten verwenden. Für die Teilung sind außerdem eigentlich nur Linien nötig. \documentclass{scrbook} \usepackage[ngerman]{babel} \usepackage{tikz} \begin{document} \begin{figure}[hbt] \newcommand*\myradius{2.4} \begin{minipage}[t]{0.48\linewidth}% \centering \begin{tikzpicture}% \fill[yellow,draw=blue](0,0)--(90:\myradius)arc(90:{360+52}:\myradius)--cycle; \fill[red!20,draw=black,shift={({(90+52)/2}:.2)}](0,0)--(52:\myradius)arc(52:90:\myradius)--cycle; \draw[red, dotted](current bounding box.south west)rectangle(current bounding box.north east); \end{tikzpicture}% \caption{Bildunterschrift 1} \end{minipage}% \hfill% \begin{minipage}[t]{0.48\linewidth}% \centering\begin{tikzpicture}% \fill[yellow,draw=blue](0,0)--(90:\myradius)arc(90:{360+52}:\myradius)--cycle; \foreach \w in {7,162,198,256,352}\draw[blue](0,0)--(\w:\myradius); \fill[red!20,draw=black,shift={(71:.2)}](0,0)--(52:\myradius)arc(52:90:\myradius)--cycle; \draw[red, dotted](current bounding box.south west)rectangle(current bounding box.north east); \end{tikzpicture}% \caption{Bildunterschrift 2}% \end{minipage}% \end{figure} \end{document} ![alt text][1] [1]: http://texwelt.de/wissen/upfiles/tw_kreisdiagr.PNG