{
\draw (0, 2pt) -- (1pt, -2pt);
}
- }
+ },
+ bend angle=5
]
\tikzstyle{every node}=[text depth=0pt, rounded rectangle,
draw=blue!50, very thick, minimum height=1.7em]
(motor) -- (image.south); % shaft with decoration threads
% end motor screw
\draw[red, <->] (pypiezo) -- (pycomedi);
- \draw[red, <->, line width=2pt] (pycomedi) -- (daq);
+ \draw[red, <->] (pycomedi) to [bend left] (daq);
\draw[red, ->] (daq) -- (piezo);
\begin{pgfonlayer}{background}
\draw[red, ->, out=180, in=90] (photodiode) to (daq.north);
\end{pgfonlayer}
\draw[blue, ->] (stepper) -- (pycomedi);
- \draw[blue, ->] (pycomedi) -- (daq);
+ \draw[blue, ->] (pycomedi) to [bend right] (daq);
\draw[blue, ->] (daq) -- (motor);
\end{tikzpicture}
}