TransWikia.com

Help Required - regarding Arrows in flowchart

TeX - LaTeX Asked on August 14, 2021

enter image description here

Can anyone help me with the code required to draw this?

One Answer

enter image description here

Here's one way to do it with just nodes and arrows manually setting the sizes of all boxes.

documentclass[tikz, border=20]{standalone}
usetikzlibrary{calc}
begin{document}
    begin{tikzpicture}
        node[minimum width=4cm, minimum height=2cm, draw] (A) at (0, 0) {};
        node[minimum width=4cm, minimum height=1cm, draw] (B) at ($(A) + (0, -3)$) {};
        % Note 1.41 ~= sqrt(2)
        node[minimum width=1.41*2cm, minimum height=1.41*2cm, rotate=45, draw] (C) at ($(B) + (0, -4)$) {};
        draw[->] ($(A.north) + (0, 1)$) -- (A.north);
        draw[->] (A.south) -- (B.north);
        draw[->] (B.south) -- (C.north east);
        draw[->] (C.south west) -- ($(C.south west) + (0, -1)$);
        coordinate (D) at (-3, 0);
        draw[->] (C.north west) -- (C.north west -| D) -- (A.west -| D) -- (A.west);
    end{tikzpicture}
end{document}

Answered by Willoughby on August 14, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP