0

I am trying to draw the red arrow between the two blocks

enter image description here

However, I have no idea how to do it. Could please someone draw it and show me code?

  • 2
    One of several methods: https://tex.stackexchange.com/questions/55068/is-there-a-tikz-equivalent-to-the-pstricks-ncbar-command Or \draw [->,red] (dataund) -- ++(0,-1cm) -| (busund);, obviously changing the node names to whatever you've used. – Torbjørn T. May 24 '20 at 08:48
  • I realize it's hard to search for things like this, but it's actually a very common question. Another couple of references: https://tex.stackexchange.com/questions/102385/ https://tex.stackexchange.com/questions/522212/ – Torbjørn T. May 24 '20 at 08:53
  • Thanks that solves my problem – ℂybernetician May 24 '20 at 08:53
  • Yes. Thanks a lot – ℂybernetician May 24 '20 at 09:23

0 Answers0