Timeline with arrows

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I want to create something like this.



enter image description here



Sadly, i have no idea where to start. Is there a special package for something like this?

Sorry and thank you in advance!










share|improve this question

















  • 1




    this can be drawn with the tikz package ... also with pstrick. use some similar question (listed at right side of site window) for start.
    – Zarko
    2 hours ago














up vote
1
down vote

favorite












I want to create something like this.



enter image description here



Sadly, i have no idea where to start. Is there a special package for something like this?

Sorry and thank you in advance!










share|improve this question

















  • 1




    this can be drawn with the tikz package ... also with pstrick. use some similar question (listed at right side of site window) for start.
    – Zarko
    2 hours ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I want to create something like this.



enter image description here



Sadly, i have no idea where to start. Is there a special package for something like this?

Sorry and thank you in advance!










share|improve this question













I want to create something like this.



enter image description here



Sadly, i have no idea where to start. Is there a special package for something like this?

Sorry and thank you in advance!







timeline






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 hours ago









AndiYo

415




415







  • 1




    this can be drawn with the tikz package ... also with pstrick. use some similar question (listed at right side of site window) for start.
    – Zarko
    2 hours ago












  • 1




    this can be drawn with the tikz package ... also with pstrick. use some similar question (listed at right side of site window) for start.
    – Zarko
    2 hours ago







1




1




this can be drawn with the tikz package ... also with pstrick. use some similar question (listed at right side of site window) for start.
– Zarko
2 hours ago




this can be drawn with the tikz package ... also with pstrick. use some similar question (listed at right side of site window) for start.
– Zarko
2 hours ago










1 Answer
1






active

oldest

votes

















up vote
4
down vote



accepted










As Zarko says, there are many ways of drawing such diagrams, here is one.



documentclass[tikz,border=3.14mm]standalone
usetikzlibraryshapes.arrows,arrows.meta
begindocument
begintikzpicture[font=sffamily,bullet/.style=fill=black,circle,text=white,font=sffamilybfseries,inner sep=1.2pt]
draw[thick,-Triangle[open]] (-0.2,0) -- (8.5,0);
foreach X in 1,2,3
draw ((X-1)*4,0.1) -- ((X-1)*4,-0.1);
draw[thick,dashed] ((X-1)*4,0) -- ++(0,2)
node[above,bullet]X;
node [double arrow, fill=gray!60,minimum height=3.6cm] at (2,1) Fast Forwarding;
node [double arrow, fill=gray!60,minimum height=3.6cm] at (6,1) Monitoring;
draw[orange,very thick,latex-latex] (0,-0.7) -- (8,-0.7)
node[midway,bullet]4;
node[anchor=north] at (0,0) 0;
node[anchor=north east] at (8,0) Time;
endtikzpicture
enddocument


enter image description here






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "85"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f452485%2ftimeline-with-arrows%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote



    accepted










    As Zarko says, there are many ways of drawing such diagrams, here is one.



    documentclass[tikz,border=3.14mm]standalone
    usetikzlibraryshapes.arrows,arrows.meta
    begindocument
    begintikzpicture[font=sffamily,bullet/.style=fill=black,circle,text=white,font=sffamilybfseries,inner sep=1.2pt]
    draw[thick,-Triangle[open]] (-0.2,0) -- (8.5,0);
    foreach X in 1,2,3
    draw ((X-1)*4,0.1) -- ((X-1)*4,-0.1);
    draw[thick,dashed] ((X-1)*4,0) -- ++(0,2)
    node[above,bullet]X;
    node [double arrow, fill=gray!60,minimum height=3.6cm] at (2,1) Fast Forwarding;
    node [double arrow, fill=gray!60,minimum height=3.6cm] at (6,1) Monitoring;
    draw[orange,very thick,latex-latex] (0,-0.7) -- (8,-0.7)
    node[midway,bullet]4;
    node[anchor=north] at (0,0) 0;
    node[anchor=north east] at (8,0) Time;
    endtikzpicture
    enddocument


    enter image description here






    share|improve this answer
























      up vote
      4
      down vote



      accepted










      As Zarko says, there are many ways of drawing such diagrams, here is one.



      documentclass[tikz,border=3.14mm]standalone
      usetikzlibraryshapes.arrows,arrows.meta
      begindocument
      begintikzpicture[font=sffamily,bullet/.style=fill=black,circle,text=white,font=sffamilybfseries,inner sep=1.2pt]
      draw[thick,-Triangle[open]] (-0.2,0) -- (8.5,0);
      foreach X in 1,2,3
      draw ((X-1)*4,0.1) -- ((X-1)*4,-0.1);
      draw[thick,dashed] ((X-1)*4,0) -- ++(0,2)
      node[above,bullet]X;
      node [double arrow, fill=gray!60,minimum height=3.6cm] at (2,1) Fast Forwarding;
      node [double arrow, fill=gray!60,minimum height=3.6cm] at (6,1) Monitoring;
      draw[orange,very thick,latex-latex] (0,-0.7) -- (8,-0.7)
      node[midway,bullet]4;
      node[anchor=north] at (0,0) 0;
      node[anchor=north east] at (8,0) Time;
      endtikzpicture
      enddocument


      enter image description here






      share|improve this answer






















        up vote
        4
        down vote



        accepted







        up vote
        4
        down vote



        accepted






        As Zarko says, there are many ways of drawing such diagrams, here is one.



        documentclass[tikz,border=3.14mm]standalone
        usetikzlibraryshapes.arrows,arrows.meta
        begindocument
        begintikzpicture[font=sffamily,bullet/.style=fill=black,circle,text=white,font=sffamilybfseries,inner sep=1.2pt]
        draw[thick,-Triangle[open]] (-0.2,0) -- (8.5,0);
        foreach X in 1,2,3
        draw ((X-1)*4,0.1) -- ((X-1)*4,-0.1);
        draw[thick,dashed] ((X-1)*4,0) -- ++(0,2)
        node[above,bullet]X;
        node [double arrow, fill=gray!60,minimum height=3.6cm] at (2,1) Fast Forwarding;
        node [double arrow, fill=gray!60,minimum height=3.6cm] at (6,1) Monitoring;
        draw[orange,very thick,latex-latex] (0,-0.7) -- (8,-0.7)
        node[midway,bullet]4;
        node[anchor=north] at (0,0) 0;
        node[anchor=north east] at (8,0) Time;
        endtikzpicture
        enddocument


        enter image description here






        share|improve this answer












        As Zarko says, there are many ways of drawing such diagrams, here is one.



        documentclass[tikz,border=3.14mm]standalone
        usetikzlibraryshapes.arrows,arrows.meta
        begindocument
        begintikzpicture[font=sffamily,bullet/.style=fill=black,circle,text=white,font=sffamilybfseries,inner sep=1.2pt]
        draw[thick,-Triangle[open]] (-0.2,0) -- (8.5,0);
        foreach X in 1,2,3
        draw ((X-1)*4,0.1) -- ((X-1)*4,-0.1);
        draw[thick,dashed] ((X-1)*4,0) -- ++(0,2)
        node[above,bullet]X;
        node [double arrow, fill=gray!60,minimum height=3.6cm] at (2,1) Fast Forwarding;
        node [double arrow, fill=gray!60,minimum height=3.6cm] at (6,1) Monitoring;
        draw[orange,very thick,latex-latex] (0,-0.7) -- (8,-0.7)
        node[midway,bullet]4;
        node[anchor=north] at (0,0) 0;
        node[anchor=north east] at (8,0) Time;
        endtikzpicture
        enddocument


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 1 hour ago









        marmot

        60.2k464131




        60.2k464131



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f452485%2ftimeline-with-arrows%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            Long meetings (6-7 hours a day): Being “babysat” by supervisor

            Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

            Confectionery