\pgfplotsset{every axis legend/.append style={
at={(0,-0.2)}, anchor=north}}
\begin{tikzpicture}[baseline]
\begin{axis}[
legend style={font=\tiny},
xbar,
xmin=0,xmax=1, ymin=0,ymax=40,hide x axis, bar width=0.4cm,
width=2.5cm, height=5cm
]
\addplot [draw=black,fill=orange] coordinates {(1,15.5) (1,20.5) };
\addlegendentry{Латеральные}
\addplot [draw=black,fill=green!50!blue] coordinates {(1,20) (1,25) (1,30) (1,35)};
\addlegendentry{Без петель}
\addplot [draw=black,fill=orange!50!black] coordinates {(.7,10) (.7,14.5) };
\addlegendentry{Диагональные}
\addplot [draw=black,fill=green!50!black] coordinates {(.7,24)};
\addlegendentry{Пропеллерные}
\end{axis}
\end{tikzpicture}
\tikzstyle{chain} = [thick,orange,>=stealth]
\begin{tabular}{M M M M}
\begin{tikzpicture}
% stupido loopless parallel
\coordinate (A) at (0,0);
\coordinate (B) at (1.0,0);
\coordinate (C) at (1.5,.5);
\coordinate (D) at (.5,.5);
\draw[chain,->] ([yshift=-0.1cm]D) -- ([yshift=0.5cm]D);
\begin{scope}[opacity=.5,transparency group]
\foreach \i in {0cm,0.3cm} {
\draw[fill=gray,opacity=0.5]
([yshift=\i]A) -- ([yshift=\i]B) --
([yshift=\i]C) -- ([yshift=\i]D) -- cycle ;
}
\end{scope}
\foreach \k in {A,B,C} {
\draw[chain,->] ([yshift=-0.1cm]\k) -- ([yshift=0.5cm]\k);
}
\end{tikzpicture}%
&
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={угол, град},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,fill=green!50!white] table {%
plots/acta/11.dist.twist};
\end{axis}
\end{tikzpicture}%
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
yticklabel pos=right,
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={планарность,\AA},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,color=black,fill=red!50!white] table {%
plots/acta/11.dist.plane};
\end{axis}
\end{tikzpicture}%
&%
\begin{tikzpicture}[every node/.style={scale=0.8},baseline]
% Basket like diagonal-lateral
\coordinate (A) at (0,0); \coordinate (B) at (1.0,0);
\coordinate (C) at (1.5,.5); \coordinate (D) at (.5,.5);
\draw[chain] ([yshift=-0cm]D) -- ([yshift=0.3cm]D);
\draw[chain] (C) edge[bend left=90, min distance=.5cm] (D);
\begin{scope}[opacity=.5,transparency group]
\foreach \i in {0cm,0.3cm} {
\draw[fill=gray,opacity=0.5]
([yshift=\i]A) -- ([yshift=\i]B) --
([yshift=\i]C) -- ([yshift=\i]D) -- cycle ;
}
\end{scope}
\foreach \k in {A,B,C} {
\draw[chain] ([yshift=-0cm]\k) -- ([yshift=0.3cm]\k);
}
\draw[chain] ([yshift=0.3cm]B) edge[in=90,out=90, min distance=.5cm]
([yshift=0.3cm]D);
\draw[chain] (A) edge[bend right=90, min distance=.5cm] (B);
\end{tikzpicture}
&
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={угол, град},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,fill=green!50!white] table {%
plots/acta/3.dist.twist};
\end{axis}
\end{tikzpicture}%
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
yticklabel pos=right,
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={планарность,\AA},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,color=black,fill=red!50!white] table {%
plots/acta/3.dist.plane};
\end{axis}
\end{tikzpicture}%
\\
\begin{tikzpicture}
% propellers
\coordinate (A) at (0,0);
\coordinate (B) at (1.0,0);
\coordinate (C) at (1.5,.5);
\coordinate (D) at (.5,.5);
%%%% chains below
\draw[chain] ([yshift=-0cm]D) -- ([yshift=0.3cm]D);
\draw[chain] ([yshift=0.3cm]C) edge[bend right=20] (D);
%%%%% Plains
\begin{scope}[opacity=.5,transparency group]
\foreach \i in {0cm,0.3cm} {
\draw[fill=gray,opacity=0.5]
([yshift=\i]A) -- ([yshift=\i]B) --
([yshift=\i]C) -- ([yshift=\i]D) -- cycle ;
}
\end{scope}
%%%%% Chains above
\foreach \k in {A,B,C} {
\draw[chain] ([yshift=-0cm]\k) -- ([yshift=0.3cm]\k);
}
\draw[chain] ([yshift=0.3cm]A) edge[bend left=20] (B);
\draw[chain] ([yshift=0.3cm]B) edge[bend left=20] (C);
\end{tikzpicture}%
&
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={угол, град},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,fill=green!50!white] table {%
plots/acta/5.dist.twist};
\end{axis}
\end{tikzpicture}%
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
yticklabel pos=right,
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={планарность,\AA},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,color=black,fill=red!50!white] table {%
plots/acta/5.dist.plane};
\end{axis}
\end{tikzpicture}%
&
\begin{tikzpicture}[every node/.style={scale=0.8},baseline]
% TBA like
\coordinate (A) at (0,0);
\coordinate (B) at (1.0,0);
\coordinate (C) at (1.5,.5);
\coordinate (D) at (.5,.5);
\draw[chain] ([yshift=-0cm]D) -- ([yshift=0.3cm]D);
\draw[chain] (C) edge[bend left=90, min distance=.5cm] (D);
\begin{scope}[opacity=.5,transparency group]
\foreach \i in {0cm,0.3cm} {
\draw[fill=gray,opacity=0.5]
([yshift=\i]A) -- ([yshift=\i]B) --
([yshift=\i]C) -- ([yshift=\i]D) -- cycle ;
}
\end{scope}
\foreach \k in {A,B,C} {
\draw[chain] ([yshift=-0cm]\k) -- ([yshift=0.3cm]\k);
}
\draw[chain] ([yshift=0.3cm]B) edge[out=90,in=90,min distance=.7cm] ([yshift=0.3cm]C);
\draw[chain] (A) edge[bend right=90, min distance=.5cm] (B);
\end{tikzpicture}%
&
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={угол, град},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,fill=green!50!white] table {%
plots/acta/1.dist.twist};
\end{axis}
\end{tikzpicture}%
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
yticklabel pos=right,
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={планарность,\AA},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,color=black,fill=red!50!white] table {%
plots/acta/1.dist.plane};
\end{axis}
\end{tikzpicture}%
\\
\begin{tikzpicture}
% two propellers
\coordinate (A) at (0,0);
\coordinate (B) at (1.0,0);
\coordinate (C) at (1.5,.5);
\coordinate (D) at (.5,.5);
%%%% chains below
\draw[chain] ([yshift=-0cm]D) -- ([yshift=0.3cm]D);
%%%%% Plains
\begin{scope}[opacity=.5,transparency group]
\foreach \i in {0cm,0.3cm} {
\draw[fill=gray,opacity=0.5]
([yshift=\i]A) -- ([yshift=\i]B) --
([yshift=\i]C) -- ([yshift=\i]D) -- cycle ;
}
\end{scope}
%%%%% Chains above
\foreach \k in {A,B,C} {
\draw[chain] ([yshift=-0cm]\k) -- ([yshift=0.3cm]\k);
}
\draw[chain] ([yshift=0.3cm]B) edge[bend left=20] (C);
\draw[chain] ([yshift=0.3cm]A) edge[bend left=20] (D);
\end{tikzpicture}%
&
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={угол, град},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,fill=green!50!white] table {%
plots/acta/9.dist.twist};
\end{axis}
\end{tikzpicture}%
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
yticklabel pos=right,
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={планарность,\AA},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,color=black,fill=red!50!white] table {%
plots/acta/9.dist.plane};
\end{axis}
\end{tikzpicture}%
&%
\begin{tikzpicture}
% Two lateral
\coordinate (A) at (0,0);
\coordinate (B) at (1.0,0);
\coordinate (C) at (1.5,.5);
\coordinate (D) at (.5,.5);
\draw[chain] ([yshift=-0cm]D) -- ([yshift=0.3cm]D);
\draw[chain] (C) edge[bend left=90, min distance=.5cm] (D);
\begin{scope}[opacity=.5,transparency group]
\foreach \i in {0cm,0.3cm} {
\draw[fill=gray,opacity=0.5]
([yshift=\i]A) -- ([yshift=\i]B) --
([yshift=\i]C) -- ([yshift=\i]D) -- cycle ;
}
\end{scope}
\foreach \k in {A,B,C} {
\draw[chain] ([yshift=-0cm]\k) -- ([yshift=0.3cm]\k);
}
\draw[chain] (A) edge[bend right=90, min distance=.5cm] (B);
\end{tikzpicture}%
&
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={угол, град},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,fill=green!50!white] table {%
plots/acta/6.dist.twist};
\end{axis}
\end{tikzpicture}%
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
yticklabel pos=right,
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={планарность,\AA},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,color=black,fill=red!50!white] table {%
plots/acta/6.dist.plane};
\end{axis}
\end{tikzpicture}%
\\
\begin{tikzpicture}
% Basket like
\coordinate (A) at (0,0); \coordinate (B) at (1.0,0);
\coordinate (C) at (1.5,.5); \coordinate (D) at (.5,.5);
\draw[chain] ([yshift=-0cm]D) -- ([yshift=0.3cm]D);
\begin{scope}[opacity=.5,transparency group]
\foreach \i in {0cm,0.3cm} {
\draw[fill=gray,opacity=0.5]
([yshift=\i]A) -- ([yshift=\i]B) --
([yshift=\i]C) -- ([yshift=\i]D) -- cycle ;
}
\end{scope}
\foreach \k in {A,B,C} {
\draw[chain] ([yshift=-0cm]\k) -- ([yshift=0.3cm]\k);
}
\draw[chain] (A) edge[bend right=70, min distance=.7cm] (C);
\draw[chain] ([yshift=0.3cm]B) edge[in=90,out=90, min distance=.5cm]
([yshift=0.3cm]D);
\end{tikzpicture}
&
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={угол, град},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,fill=green!50!white] table {%
plots/acta/8.dist.twist};
\end{axis}
\end{tikzpicture}%
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
yticklabel pos=right,
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={планарность,\AA},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,color=black,fill=red!50!white] table {%
plots/acta/8.dist.plane};
\end{axis}
\end{tikzpicture}%
&
\begin{tikzpicture}
% TBA like with propeller
\coordinate (A) at (0,0);
\coordinate (B) at (1.0,0);
\coordinate (C) at (1.5,.5);
\coordinate (D) at (.5,.5);
\draw[chain] ([yshift=-0cm]D) -- ([yshift=0.3cm]D);
\draw[chain] (C) edge[bend left=90, min distance=.5cm] (D);
\begin{scope}[opacity=.5,transparency group]
\foreach \i in {0cm,0.3cm} {
\draw[fill=gray,opacity=0.5]
([yshift=\i]A) -- ([yshift=\i]B) --
([yshift=\i]C) -- ([yshift=\i]D) -- cycle ;
}
\end{scope}
\foreach \k in {A,B,C} {
\draw[chain] ([yshift=-0cm]\k) -- ([yshift=0.3cm]\k);
}
\draw[chain] ([yshift=0.3cm]B) edge[out=90,in=90,min distance=.7cm] ([yshift=0.3cm]C);
\draw[chain] ([yshift=0.3cm]A) edge[bend left=20] (B);
\end{tikzpicture}%
&
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={угол, град},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,fill=green!50!white] table {%
plots/acta/2.dist.twist};
\end{axis}
\end{tikzpicture}%
\begin{tikzpicture}[every node/.style={scale=0.3},baseline]
\begin{axis}[
yticklabel pos=right,
xmin=0,ymin=0.0, ybar, ybar, bar width=2pt,tiny,
%ylabel={N, шт.},
xlabel={планарность,\AA},
width=0.2\textwidth, height=2.5cm,]
\addplot [no markers, raw gnuplot,color=black,fill=red!50!white] table {%
plots/acta/2.dist.plane};
\end{axis}
\end{tikzpicture}%
\\
\end{tabular}
|
|