Input words within a figure using tikz [duplicate]











up vote
2
down vote

favorite













This question already has an answer here:




  • TikZ Adding Text

    1 answer




I want to draw this using tikz package of latex.enter image description here



I already write down the code for that. But the problem is that how could I input the sentence Happing Now within the picture.



My code is



begin{frame}{Frame Title}
begin{figure}
centering
begin{tikzpicture}
draw[thick][->](0,0) to (4,0);
draw[thick][->](2,1.5) to (4,0.5);
draw[thick][loosely dotted](4,0) to (5,0);
end{tikzpicture}
caption{Timeline}
label{fig:my_label1}
end{figure}


end{frame}










share|improve this question















marked as duplicate by hpekristiansen, Stefan Pinnow, Sebastiano, Henri Menke tikz-pgf
Users with the  tikz-pgf badge can single-handedly close tikz-pgf questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 13 at 1:21


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.











  • 1




    palce a node at the starting point of the arrow. Read A very minimal introduction to TikZ for more.
    – nidhin
    Dec 12 at 18:50












  • please show us mwe (minimal working example), which produce your arrows.
    – Zarko
    Dec 12 at 18:52










  • draw[thick][->] (2,1.5) node[anchor=east]{Happing Now} to (4,0.5);
    – hpekristiansen
    Dec 12 at 18:56










  • @hpekristiansen: The possible duplicate question is about placing text at arbitrary positions, which would be used in this case as well (but would require specifying the coordinate twice). However, I think that that is different than this case as this is about placing text relative to a particular draw.
    – Peter Grill
    Dec 12 at 19:07

















up vote
2
down vote

favorite













This question already has an answer here:




  • TikZ Adding Text

    1 answer




I want to draw this using tikz package of latex.enter image description here



I already write down the code for that. But the problem is that how could I input the sentence Happing Now within the picture.



My code is



begin{frame}{Frame Title}
begin{figure}
centering
begin{tikzpicture}
draw[thick][->](0,0) to (4,0);
draw[thick][->](2,1.5) to (4,0.5);
draw[thick][loosely dotted](4,0) to (5,0);
end{tikzpicture}
caption{Timeline}
label{fig:my_label1}
end{figure}


end{frame}










share|improve this question















marked as duplicate by hpekristiansen, Stefan Pinnow, Sebastiano, Henri Menke tikz-pgf
Users with the  tikz-pgf badge can single-handedly close tikz-pgf questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 13 at 1:21


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.











  • 1




    palce a node at the starting point of the arrow. Read A very minimal introduction to TikZ for more.
    – nidhin
    Dec 12 at 18:50












  • please show us mwe (minimal working example), which produce your arrows.
    – Zarko
    Dec 12 at 18:52










  • draw[thick][->] (2,1.5) node[anchor=east]{Happing Now} to (4,0.5);
    – hpekristiansen
    Dec 12 at 18:56










  • @hpekristiansen: The possible duplicate question is about placing text at arbitrary positions, which would be used in this case as well (but would require specifying the coordinate twice). However, I think that that is different than this case as this is about placing text relative to a particular draw.
    – Peter Grill
    Dec 12 at 19:07















up vote
2
down vote

favorite









up vote
2
down vote

favorite












This question already has an answer here:




  • TikZ Adding Text

    1 answer




I want to draw this using tikz package of latex.enter image description here



I already write down the code for that. But the problem is that how could I input the sentence Happing Now within the picture.



My code is



begin{frame}{Frame Title}
begin{figure}
centering
begin{tikzpicture}
draw[thick][->](0,0) to (4,0);
draw[thick][->](2,1.5) to (4,0.5);
draw[thick][loosely dotted](4,0) to (5,0);
end{tikzpicture}
caption{Timeline}
label{fig:my_label1}
end{figure}


end{frame}










share|improve this question
















This question already has an answer here:




  • TikZ Adding Text

    1 answer




I want to draw this using tikz package of latex.enter image description here



I already write down the code for that. But the problem is that how could I input the sentence Happing Now within the picture.



My code is



begin{frame}{Frame Title}
begin{figure}
centering
begin{tikzpicture}
draw[thick][->](0,0) to (4,0);
draw[thick][->](2,1.5) to (4,0.5);
draw[thick][loosely dotted](4,0) to (5,0);
end{tikzpicture}
caption{Timeline}
label{fig:my_label1}
end{figure}


end{frame}





This question already has an answer here:




  • TikZ Adding Text

    1 answer








tikz-pgf overleaf






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 12 at 18:52









nidhin

3,324927




3,324927










asked Dec 12 at 18:45









Encipher

925




925




marked as duplicate by hpekristiansen, Stefan Pinnow, Sebastiano, Henri Menke tikz-pgf
Users with the  tikz-pgf badge can single-handedly close tikz-pgf questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 13 at 1:21


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






marked as duplicate by hpekristiansen, Stefan Pinnow, Sebastiano, Henri Menke tikz-pgf
Users with the  tikz-pgf badge can single-handedly close tikz-pgf questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Dec 13 at 1:21


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 1




    palce a node at the starting point of the arrow. Read A very minimal introduction to TikZ for more.
    – nidhin
    Dec 12 at 18:50












  • please show us mwe (minimal working example), which produce your arrows.
    – Zarko
    Dec 12 at 18:52










  • draw[thick][->] (2,1.5) node[anchor=east]{Happing Now} to (4,0.5);
    – hpekristiansen
    Dec 12 at 18:56










  • @hpekristiansen: The possible duplicate question is about placing text at arbitrary positions, which would be used in this case as well (but would require specifying the coordinate twice). However, I think that that is different than this case as this is about placing text relative to a particular draw.
    – Peter Grill
    Dec 12 at 19:07
















  • 1




    palce a node at the starting point of the arrow. Read A very minimal introduction to TikZ for more.
    – nidhin
    Dec 12 at 18:50












  • please show us mwe (minimal working example), which produce your arrows.
    – Zarko
    Dec 12 at 18:52










  • draw[thick][->] (2,1.5) node[anchor=east]{Happing Now} to (4,0.5);
    – hpekristiansen
    Dec 12 at 18:56










  • @hpekristiansen: The possible duplicate question is about placing text at arbitrary positions, which would be used in this case as well (but would require specifying the coordinate twice). However, I think that that is different than this case as this is about placing text relative to a particular draw.
    – Peter Grill
    Dec 12 at 19:07










1




1




palce a node at the starting point of the arrow. Read A very minimal introduction to TikZ for more.
– nidhin
Dec 12 at 18:50






palce a node at the starting point of the arrow. Read A very minimal introduction to TikZ for more.
– nidhin
Dec 12 at 18:50














please show us mwe (minimal working example), which produce your arrows.
– Zarko
Dec 12 at 18:52




please show us mwe (minimal working example), which produce your arrows.
– Zarko
Dec 12 at 18:52












draw[thick][->] (2,1.5) node[anchor=east]{Happing Now} to (4,0.5);
– hpekristiansen
Dec 12 at 18:56




draw[thick][->] (2,1.5) node[anchor=east]{Happing Now} to (4,0.5);
– hpekristiansen
Dec 12 at 18:56












@hpekristiansen: The possible duplicate question is about placing text at arbitrary positions, which would be used in this case as well (but would require specifying the coordinate twice). However, I think that that is different than this case as this is about placing text relative to a particular draw.
– Peter Grill
Dec 12 at 19:07






@hpekristiansen: The possible duplicate question is about placing text at arbitrary positions, which would be used in this case as well (but would require specifying the coordinate twice). However, I think that that is different than this case as this is about placing text relative to a particular draw.
– Peter Grill
Dec 12 at 19:07












5 Answers
5






active

oldest

votes

















up vote
4
down vote



accepted










You can place a node at the appropriate point, if you replace the to syntax with a --:



enter image description here



Notes:




  • You don't need to use for each option.


Code:



documentclass{article}
usepackage{tikz}

begin{document}
begin{tikzpicture}
draw[thick, ->] (0,0) to (4,0);
draw[thick, ->] (2,1.5) -- (4,0.5) node [pos=0, anchor=east] {Happening Now};
draw[thick, loosely dotted] (4,0) to (5,0);
end{tikzpicture}
end{document}





share|improve this answer




























    up vote
    3
    down vote













    You can put a node at the beginning of the upper arrow.



    documentclass{article}
    usepackage{tikz}

    begin{document}

    begin{tikzpicture}
    draw[thick, ->] (0,0) to (4,0) ;
    draw[thick, ->] (2,1.5) node [anchor=east] {Happing Now} to (4,0.5);
    draw[thick, loosely dotted](4,0) to (5,0);
    end{tikzpicture}

    end{document}


    enter image description here






    share|improve this answer




























      up vote
      2
      down vote













      As suggested by @nidhin:



      documentclass[tikz,border=0.5cm]{standalone}
      begin{document}
      begin{tikzpicture}
      draw[thick][->](0,0) to (4,0);
      draw[thick][->](2,1.5)node[left]{Happing now} to (4,0.5);
      draw[thick][loosely dotted](4,0) to (5,0);
      end{tikzpicture}
      end{document}





      share|improve this answer




























        up vote
        2
        down vote













        Using one command as my previous answer. Don't use a to path if you don't have different angles for in and out, just -- or edge.



        documentclass{article}
        usepackage{tikz}
        begin{document}

        begin{tikzpicture}[thick]
        path[->] (0,0) edge (4,0) (2,1.5)node[label=left:Happening Now]{} edge (4,0.5) (4,0) edge[loosely dotted,-] (5,0);
        end{tikzpicture}

        end{document}



        enter image description here







        share|improve this answer




























          up vote
          2
          down vote













          based on answer on the your previous question:



          documentclass[12pt,a4paper]{article}
          usepackage{tikz}

          begin{document}

          begin{figure}
          centering
          begin{tikzpicture}[thick]
          draw[->] (0,0) edge (4,0)
          (2,3) node[left] {Happing Now} -- (4,1);
          draw[thick][loosely dotted] (4,0) -- (5,0);
          end{tikzpicture}
          caption{Timeline}
          label{fig:my_label1}
          end{figure}

          end{document}


          enter image description here






          share|improve this answer























          • I think you spelled "Happening Now" wrong? :-). There is a a reference to [![enter image description here][1]][1] in the answer. I think you intended to delete that?
            – Peter Grill
            Dec 12 at 19:11










          • @PeterGrill, thank you to pointing me on this mistake. I still have problems with new interface for loading images ... i delete it, hopefully now is all correct.
            – Zarko
            Dec 12 at 20:04


















          5 Answers
          5






          active

          oldest

          votes








          5 Answers
          5






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote



          accepted










          You can place a node at the appropriate point, if you replace the to syntax with a --:



          enter image description here



          Notes:




          • You don't need to use for each option.


          Code:



          documentclass{article}
          usepackage{tikz}

          begin{document}
          begin{tikzpicture}
          draw[thick, ->] (0,0) to (4,0);
          draw[thick, ->] (2,1.5) -- (4,0.5) node [pos=0, anchor=east] {Happening Now};
          draw[thick, loosely dotted] (4,0) to (5,0);
          end{tikzpicture}
          end{document}





          share|improve this answer

























            up vote
            4
            down vote



            accepted










            You can place a node at the appropriate point, if you replace the to syntax with a --:



            enter image description here



            Notes:




            • You don't need to use for each option.


            Code:



            documentclass{article}
            usepackage{tikz}

            begin{document}
            begin{tikzpicture}
            draw[thick, ->] (0,0) to (4,0);
            draw[thick, ->] (2,1.5) -- (4,0.5) node [pos=0, anchor=east] {Happening Now};
            draw[thick, loosely dotted] (4,0) to (5,0);
            end{tikzpicture}
            end{document}





            share|improve this answer























              up vote
              4
              down vote



              accepted







              up vote
              4
              down vote



              accepted






              You can place a node at the appropriate point, if you replace the to syntax with a --:



              enter image description here



              Notes:




              • You don't need to use for each option.


              Code:



              documentclass{article}
              usepackage{tikz}

              begin{document}
              begin{tikzpicture}
              draw[thick, ->] (0,0) to (4,0);
              draw[thick, ->] (2,1.5) -- (4,0.5) node [pos=0, anchor=east] {Happening Now};
              draw[thick, loosely dotted] (4,0) to (5,0);
              end{tikzpicture}
              end{document}





              share|improve this answer












              You can place a node at the appropriate point, if you replace the to syntax with a --:



              enter image description here



              Notes:




              • You don't need to use for each option.


              Code:



              documentclass{article}
              usepackage{tikz}

              begin{document}
              begin{tikzpicture}
              draw[thick, ->] (0,0) to (4,0);
              draw[thick, ->] (2,1.5) -- (4,0.5) node [pos=0, anchor=east] {Happening Now};
              draw[thick, loosely dotted] (4,0) to (5,0);
              end{tikzpicture}
              end{document}






              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Dec 12 at 18:55









              Peter Grill

              163k25433745




              163k25433745






















                  up vote
                  3
                  down vote













                  You can put a node at the beginning of the upper arrow.



                  documentclass{article}
                  usepackage{tikz}

                  begin{document}

                  begin{tikzpicture}
                  draw[thick, ->] (0,0) to (4,0) ;
                  draw[thick, ->] (2,1.5) node [anchor=east] {Happing Now} to (4,0.5);
                  draw[thick, loosely dotted](4,0) to (5,0);
                  end{tikzpicture}

                  end{document}


                  enter image description here






                  share|improve this answer

























                    up vote
                    3
                    down vote













                    You can put a node at the beginning of the upper arrow.



                    documentclass{article}
                    usepackage{tikz}

                    begin{document}

                    begin{tikzpicture}
                    draw[thick, ->] (0,0) to (4,0) ;
                    draw[thick, ->] (2,1.5) node [anchor=east] {Happing Now} to (4,0.5);
                    draw[thick, loosely dotted](4,0) to (5,0);
                    end{tikzpicture}

                    end{document}


                    enter image description here






                    share|improve this answer























                      up vote
                      3
                      down vote










                      up vote
                      3
                      down vote









                      You can put a node at the beginning of the upper arrow.



                      documentclass{article}
                      usepackage{tikz}

                      begin{document}

                      begin{tikzpicture}
                      draw[thick, ->] (0,0) to (4,0) ;
                      draw[thick, ->] (2,1.5) node [anchor=east] {Happing Now} to (4,0.5);
                      draw[thick, loosely dotted](4,0) to (5,0);
                      end{tikzpicture}

                      end{document}


                      enter image description here






                      share|improve this answer












                      You can put a node at the beginning of the upper arrow.



                      documentclass{article}
                      usepackage{tikz}

                      begin{document}

                      begin{tikzpicture}
                      draw[thick, ->] (0,0) to (4,0) ;
                      draw[thick, ->] (2,1.5) node [anchor=east] {Happing Now} to (4,0.5);
                      draw[thick, loosely dotted](4,0) to (5,0);
                      end{tikzpicture}

                      end{document}


                      enter image description here







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Dec 12 at 18:55









                      javadr

                      1,560313




                      1,560313






















                          up vote
                          2
                          down vote













                          As suggested by @nidhin:



                          documentclass[tikz,border=0.5cm]{standalone}
                          begin{document}
                          begin{tikzpicture}
                          draw[thick][->](0,0) to (4,0);
                          draw[thick][->](2,1.5)node[left]{Happing now} to (4,0.5);
                          draw[thick][loosely dotted](4,0) to (5,0);
                          end{tikzpicture}
                          end{document}





                          share|improve this answer

























                            up vote
                            2
                            down vote













                            As suggested by @nidhin:



                            documentclass[tikz,border=0.5cm]{standalone}
                            begin{document}
                            begin{tikzpicture}
                            draw[thick][->](0,0) to (4,0);
                            draw[thick][->](2,1.5)node[left]{Happing now} to (4,0.5);
                            draw[thick][loosely dotted](4,0) to (5,0);
                            end{tikzpicture}
                            end{document}





                            share|improve this answer























                              up vote
                              2
                              down vote










                              up vote
                              2
                              down vote









                              As suggested by @nidhin:



                              documentclass[tikz,border=0.5cm]{standalone}
                              begin{document}
                              begin{tikzpicture}
                              draw[thick][->](0,0) to (4,0);
                              draw[thick][->](2,1.5)node[left]{Happing now} to (4,0.5);
                              draw[thick][loosely dotted](4,0) to (5,0);
                              end{tikzpicture}
                              end{document}





                              share|improve this answer












                              As suggested by @nidhin:



                              documentclass[tikz,border=0.5cm]{standalone}
                              begin{document}
                              begin{tikzpicture}
                              draw[thick][->](0,0) to (4,0);
                              draw[thick][->](2,1.5)node[left]{Happing now} to (4,0.5);
                              draw[thick][loosely dotted](4,0) to (5,0);
                              end{tikzpicture}
                              end{document}






                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Dec 12 at 18:56









                              Hafid Boukhoulda

                              1,0901515




                              1,0901515






















                                  up vote
                                  2
                                  down vote













                                  Using one command as my previous answer. Don't use a to path if you don't have different angles for in and out, just -- or edge.



                                  documentclass{article}
                                  usepackage{tikz}
                                  begin{document}

                                  begin{tikzpicture}[thick]
                                  path[->] (0,0) edge (4,0) (2,1.5)node[label=left:Happening Now]{} edge (4,0.5) (4,0) edge[loosely dotted,-] (5,0);
                                  end{tikzpicture}

                                  end{document}



                                  enter image description here







                                  share|improve this answer

























                                    up vote
                                    2
                                    down vote













                                    Using one command as my previous answer. Don't use a to path if you don't have different angles for in and out, just -- or edge.



                                    documentclass{article}
                                    usepackage{tikz}
                                    begin{document}

                                    begin{tikzpicture}[thick]
                                    path[->] (0,0) edge (4,0) (2,1.5)node[label=left:Happening Now]{} edge (4,0.5) (4,0) edge[loosely dotted,-] (5,0);
                                    end{tikzpicture}

                                    end{document}



                                    enter image description here







                                    share|improve this answer























                                      up vote
                                      2
                                      down vote










                                      up vote
                                      2
                                      down vote









                                      Using one command as my previous answer. Don't use a to path if you don't have different angles for in and out, just -- or edge.



                                      documentclass{article}
                                      usepackage{tikz}
                                      begin{document}

                                      begin{tikzpicture}[thick]
                                      path[->] (0,0) edge (4,0) (2,1.5)node[label=left:Happening Now]{} edge (4,0.5) (4,0) edge[loosely dotted,-] (5,0);
                                      end{tikzpicture}

                                      end{document}



                                      enter image description here







                                      share|improve this answer












                                      Using one command as my previous answer. Don't use a to path if you don't have different angles for in and out, just -- or edge.



                                      documentclass{article}
                                      usepackage{tikz}
                                      begin{document}

                                      begin{tikzpicture}[thick]
                                      path[->] (0,0) edge (4,0) (2,1.5)node[label=left:Happening Now]{} edge (4,0.5) (4,0) edge[loosely dotted,-] (5,0);
                                      end{tikzpicture}

                                      end{document}



                                      enter image description here








                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Dec 12 at 19:31









                                      AboAmmar

                                      32.3k22781




                                      32.3k22781






















                                          up vote
                                          2
                                          down vote













                                          based on answer on the your previous question:



                                          documentclass[12pt,a4paper]{article}
                                          usepackage{tikz}

                                          begin{document}

                                          begin{figure}
                                          centering
                                          begin{tikzpicture}[thick]
                                          draw[->] (0,0) edge (4,0)
                                          (2,3) node[left] {Happing Now} -- (4,1);
                                          draw[thick][loosely dotted] (4,0) -- (5,0);
                                          end{tikzpicture}
                                          caption{Timeline}
                                          label{fig:my_label1}
                                          end{figure}

                                          end{document}


                                          enter image description here






                                          share|improve this answer























                                          • I think you spelled "Happening Now" wrong? :-). There is a a reference to [![enter image description here][1]][1] in the answer. I think you intended to delete that?
                                            – Peter Grill
                                            Dec 12 at 19:11










                                          • @PeterGrill, thank you to pointing me on this mistake. I still have problems with new interface for loading images ... i delete it, hopefully now is all correct.
                                            – Zarko
                                            Dec 12 at 20:04















                                          up vote
                                          2
                                          down vote













                                          based on answer on the your previous question:



                                          documentclass[12pt,a4paper]{article}
                                          usepackage{tikz}

                                          begin{document}

                                          begin{figure}
                                          centering
                                          begin{tikzpicture}[thick]
                                          draw[->] (0,0) edge (4,0)
                                          (2,3) node[left] {Happing Now} -- (4,1);
                                          draw[thick][loosely dotted] (4,0) -- (5,0);
                                          end{tikzpicture}
                                          caption{Timeline}
                                          label{fig:my_label1}
                                          end{figure}

                                          end{document}


                                          enter image description here






                                          share|improve this answer























                                          • I think you spelled "Happening Now" wrong? :-). There is a a reference to [![enter image description here][1]][1] in the answer. I think you intended to delete that?
                                            – Peter Grill
                                            Dec 12 at 19:11










                                          • @PeterGrill, thank you to pointing me on this mistake. I still have problems with new interface for loading images ... i delete it, hopefully now is all correct.
                                            – Zarko
                                            Dec 12 at 20:04













                                          up vote
                                          2
                                          down vote










                                          up vote
                                          2
                                          down vote









                                          based on answer on the your previous question:



                                          documentclass[12pt,a4paper]{article}
                                          usepackage{tikz}

                                          begin{document}

                                          begin{figure}
                                          centering
                                          begin{tikzpicture}[thick]
                                          draw[->] (0,0) edge (4,0)
                                          (2,3) node[left] {Happing Now} -- (4,1);
                                          draw[thick][loosely dotted] (4,0) -- (5,0);
                                          end{tikzpicture}
                                          caption{Timeline}
                                          label{fig:my_label1}
                                          end{figure}

                                          end{document}


                                          enter image description here






                                          share|improve this answer














                                          based on answer on the your previous question:



                                          documentclass[12pt,a4paper]{article}
                                          usepackage{tikz}

                                          begin{document}

                                          begin{figure}
                                          centering
                                          begin{tikzpicture}[thick]
                                          draw[->] (0,0) edge (4,0)
                                          (2,3) node[left] {Happing Now} -- (4,1);
                                          draw[thick][loosely dotted] (4,0) -- (5,0);
                                          end{tikzpicture}
                                          caption{Timeline}
                                          label{fig:my_label1}
                                          end{figure}

                                          end{document}


                                          enter image description here







                                          share|improve this answer














                                          share|improve this answer



                                          share|improve this answer








                                          edited Dec 12 at 20:13

























                                          answered Dec 12 at 18:57









                                          Zarko

                                          119k865155




                                          119k865155












                                          • I think you spelled "Happening Now" wrong? :-). There is a a reference to [![enter image description here][1]][1] in the answer. I think you intended to delete that?
                                            – Peter Grill
                                            Dec 12 at 19:11










                                          • @PeterGrill, thank you to pointing me on this mistake. I still have problems with new interface for loading images ... i delete it, hopefully now is all correct.
                                            – Zarko
                                            Dec 12 at 20:04


















                                          • I think you spelled "Happening Now" wrong? :-). There is a a reference to [![enter image description here][1]][1] in the answer. I think you intended to delete that?
                                            – Peter Grill
                                            Dec 12 at 19:11










                                          • @PeterGrill, thank you to pointing me on this mistake. I still have problems with new interface for loading images ... i delete it, hopefully now is all correct.
                                            – Zarko
                                            Dec 12 at 20:04
















                                          I think you spelled "Happening Now" wrong? :-). There is a a reference to [![enter image description here][1]][1] in the answer. I think you intended to delete that?
                                          – Peter Grill
                                          Dec 12 at 19:11




                                          I think you spelled "Happening Now" wrong? :-). There is a a reference to [![enter image description here][1]][1] in the answer. I think you intended to delete that?
                                          – Peter Grill
                                          Dec 12 at 19:11












                                          @PeterGrill, thank you to pointing me on this mistake. I still have problems with new interface for loading images ... i delete it, hopefully now is all correct.
                                          – Zarko
                                          Dec 12 at 20:04




                                          @PeterGrill, thank you to pointing me on this mistake. I still have problems with new interface for loading images ... i delete it, hopefully now is all correct.
                                          – Zarko
                                          Dec 12 at 20:04



                                          Popular posts from this blog

                                          Список кардиналов, возведённых папой римским Каликстом III

                                          Deduzione

                                          Mysql.sock missing - “Can't connect to local MySQL server through socket”