<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
&#39;&#39;Message: 5<br>
Date: Mon, 27 Oct 2008 22:01:44 +0100<br>
From: Herbert Voss &lt;Herbert.Voss@FU-Berlin.DE&gt;<br>
Subject: Re: [pstricks] Returing arrow<br>
To: Graphics with PSTricks &lt;<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>&gt;<br>
Message-ID: &lt;49062C38.5070703@FU-Berlin.DE&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Andreas Gising schrieb:<br>
<br>
&gt; I need to make an arrow returning to the same box it comes from. I would<br>
&gt; also like to apply a label to that arrow.<br>
&gt;<br>
&gt; I have a \psidiabox representing a &#39;wait&#39;-function.<br>
&gt; \ncline lookes like crap, because it makes an arrow straight across the box,<br>
&gt; and \ncbar does not allow labeling?<br>
&gt; Suggestions?<br>
&gt;<br>
&gt; &nbsp; &nbsp; \psset{shadowcolor=black!70}%<br>
&gt; &nbsp; &nbsp; \begin{psmatrix}[rowsep=0.5,colsep=0]<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \label{flow:sync}<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psovalbox[fillstyle=solid,fillcolor=blue]{Start} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Start reception cycle and counter} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psdiabox[fillstyle=solid, fillcolor=blue]{Counter = 70ms ?} \\<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Collect results} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Start new reception cycle and restart<br>
&gt; counter} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psdiabox[fillstyle=solid,fillcolor=blue]{Received a pulse?} &amp;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Out of sync, counter += $\delta$} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psdiabox[fillstyle=solid, fillcolor=blue]{Counter = 70ms ?} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Collect results} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Start new reception cycle and restart<br>
&gt; counter} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psdiabox[fillstyle=solid,fillcolor=blue]{Received a pulse?} &amp;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Out of sync, Counter += $\delta$}\\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Sync is OK, tune} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psdiabox[fillstyle=solid, fillcolor=blue]{Need tuning?} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \psframebox[shadow=true]{Counter $\pm=\frac{\delta}{4}$} \\<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &amp;\psframebox[fillstyle=solid, fillcolor=green, shadow=true]{Tuning<br>
&gt; is good}<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; % Links<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \ncline{-&gt;}{1,1}{2,1}<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \ncline{-&gt;}{2,1}{3,1}<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; \ncline{-&gt;}{3,1}{3,1} &nbsp;% Not looking good..<br>
<br>
\ncloop[angleB=180,loopsize=7mm]{-&gt;}{3,1}{3,1}<br>
\ncput[npos=1.6]{label}\ncput*[npos=2.9]{also}<br>
<br>
<br>
Herbert<br>
<br></blockquote></div><br>Thank you Herbert, you solved my problem!<br><br>Regards Andreas Gising<br>&nbsp;<br>