What is the name of this plot that has rows with two connected dots?R package ltm: How to manipulate title on item response category characteristic curve plotIn Excel, how do I plot two rows against each other?What correlation coefficient and graph is appropriate with this data?What is the name of this cumulative plot?What is the name of this graph?Best way to visualize data with two keys and many rows in R (heatmap, mosaic plot, treemap, ggplot)Is there a name for a scatter plot which compares predicted vs observed values?Level plot for continuous x continuous interaction with continuous responseWould a line graph be appropriate to display this specific data?

Redacting URLs as an email-phishing preventative?

How does the OS tell whether an "Address is already in use"?

How many petaflops does it take to land on the moon? What does Artemis need with an Aitken?

Do you pay one or two mana to bounce a transformed Delver of Secrets with Repeal?

Weird corners with cline

Which old Technic set included large yellow motor?

Open subspaces of CW complexes

How to read Microware OS-9 RBF Filesystem under Windows / Linux?

Is the negative potential of 書く used in this sentence and what is its meaning?

Did anybody find out it was Anakin who blew up the command center?

Retroactively modifying humans for Earth?

How to sort a dictionary of lists and get the corresponding keys?

To what extent should we fear giving offense?

Cooking Scrambled Eggs

Expressing an implication as ILP where each implication term comprises a chain of boolean ORs

Why is adding AC power easier than adding DC power?

Joining lists with same elements

Reusing studs to hang shoe bins

Did Dr. Hannibal Lecter like Clarice or was he attracted to her?

What happened to the HDEV ISS Experiment? Is it over?

Was the Boeing 2707 design flawed?

What is the best way to solve this 6x6 sudoku?

Count the number of paths to n

Number of academics in various EU countries



What is the name of this plot that has rows with two connected dots?


R package ltm: How to manipulate title on item response category characteristic curve plotIn Excel, how do I plot two rows against each other?What correlation coefficient and graph is appropriate with this data?What is the name of this cumulative plot?What is the name of this graph?Best way to visualize data with two keys and many rows in R (heatmap, mosaic plot, treemap, ggplot)Is there a name for a scatter plot which compares predicted vs observed values?Level plot for continuous x continuous interaction with continuous responseWould a line graph be appropriate to display this specific data?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4












$begingroup$


I've been reading EIA report and this plot captured my attention. I now want to be able to create the same type of plot.



enter image description here



It shows the energy productivity evolution between two years (1990-2015) and adds the change value between this two periods.



What is the name of this type of plot? How can I create the same plot (with different countries) in excel?










share|cite|improve this question











$endgroup$













  • $begingroup$
    Is this pdf the source? I don't see that figure in it.
    $endgroup$
    – gung
    8 hours ago






  • 1




    $begingroup$
    I usually call this a dot plot.
    $endgroup$
    – StatsStudent
    8 hours ago










  • $begingroup$
    Another name is lollipop plot, particularly when the observations have paired data being looked at.
    $endgroup$
    – adin
    4 hours ago

















4












$begingroup$


I've been reading EIA report and this plot captured my attention. I now want to be able to create the same type of plot.



enter image description here



It shows the energy productivity evolution between two years (1990-2015) and adds the change value between this two periods.



What is the name of this type of plot? How can I create the same plot (with different countries) in excel?










share|cite|improve this question











$endgroup$













  • $begingroup$
    Is this pdf the source? I don't see that figure in it.
    $endgroup$
    – gung
    8 hours ago






  • 1




    $begingroup$
    I usually call this a dot plot.
    $endgroup$
    – StatsStudent
    8 hours ago










  • $begingroup$
    Another name is lollipop plot, particularly when the observations have paired data being looked at.
    $endgroup$
    – adin
    4 hours ago













4












4








4





$begingroup$


I've been reading EIA report and this plot captured my attention. I now want to be able to create the same type of plot.



enter image description here



It shows the energy productivity evolution between two years (1990-2015) and adds the change value between this two periods.



What is the name of this type of plot? How can I create the same plot (with different countries) in excel?










share|cite|improve this question











$endgroup$




I've been reading EIA report and this plot captured my attention. I now want to be able to create the same type of plot.



enter image description here



It shows the energy productivity evolution between two years (1990-2015) and adds the change value between this two periods.



What is the name of this type of plot? How can I create the same plot (with different countries) in excel?







data-visualization terminology excel






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 8 hours ago









gung

112k34 gold badges279 silver badges549 bronze badges




112k34 gold badges279 silver badges549 bronze badges










asked 8 hours ago









OttoOtto

233 bronze badges




233 bronze badges














  • $begingroup$
    Is this pdf the source? I don't see that figure in it.
    $endgroup$
    – gung
    8 hours ago






  • 1




    $begingroup$
    I usually call this a dot plot.
    $endgroup$
    – StatsStudent
    8 hours ago










  • $begingroup$
    Another name is lollipop plot, particularly when the observations have paired data being looked at.
    $endgroup$
    – adin
    4 hours ago
















  • $begingroup$
    Is this pdf the source? I don't see that figure in it.
    $endgroup$
    – gung
    8 hours ago






  • 1




    $begingroup$
    I usually call this a dot plot.
    $endgroup$
    – StatsStudent
    8 hours ago










  • $begingroup$
    Another name is lollipop plot, particularly when the observations have paired data being looked at.
    $endgroup$
    – adin
    4 hours ago















$begingroup$
Is this pdf the source? I don't see that figure in it.
$endgroup$
– gung
8 hours ago




$begingroup$
Is this pdf the source? I don't see that figure in it.
$endgroup$
– gung
8 hours ago




1




1




$begingroup$
I usually call this a dot plot.
$endgroup$
– StatsStudent
8 hours ago




$begingroup$
I usually call this a dot plot.
$endgroup$
– StatsStudent
8 hours ago












$begingroup$
Another name is lollipop plot, particularly when the observations have paired data being looked at.
$endgroup$
– adin
4 hours ago




$begingroup$
Another name is lollipop plot, particularly when the observations have paired data being looked at.
$endgroup$
– adin
4 hours ago










1 Answer
1






active

oldest

votes


















9













$begingroup$

That's a dot plot. It is sometimes called a "Cleveland dot plot" because there is a variant of a histogram made with dots that people sometimes call a dot plot as well. This particular version plots two dots per country (for the two years) and draws a thicker line between them. The countries are sorted by the latter value. The primary reference would be Cleveland's book Visualizing Data. Googling leads me to this Excel tutorial.




I scraped the data, in case anyone wants to play with them.



 Country 1990 2015
Russia 71.5 101.4
Canada 74.4 102.9
Other non-OECD Europe/Eurasia 60.9 135.2
South Korea 127.0 136.2
China 58.5 137.1
Middle East 170.9 158.8
United States 106.8 169.0
Australia/New Zealand 123.6 170.9
Brazil 208.5 199.8
Japan 181.0 216.7
Africa 185.4 222.0
Other non-OECD Asia 202.7 236.0
OECD Europe 173.8 239.9
Other non-OECD Americas 193.1 242.3
India 173.8 260.6
Mexico/Chile 221.1 269.8





share|cite|improve this answer











$endgroup$

















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "65"
    ;
    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f423735%2fwhat-is-the-name-of-this-plot-that-has-rows-with-two-connected-dots%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    9













    $begingroup$

    That's a dot plot. It is sometimes called a "Cleveland dot plot" because there is a variant of a histogram made with dots that people sometimes call a dot plot as well. This particular version plots two dots per country (for the two years) and draws a thicker line between them. The countries are sorted by the latter value. The primary reference would be Cleveland's book Visualizing Data. Googling leads me to this Excel tutorial.




    I scraped the data, in case anyone wants to play with them.



     Country 1990 2015
    Russia 71.5 101.4
    Canada 74.4 102.9
    Other non-OECD Europe/Eurasia 60.9 135.2
    South Korea 127.0 136.2
    China 58.5 137.1
    Middle East 170.9 158.8
    United States 106.8 169.0
    Australia/New Zealand 123.6 170.9
    Brazil 208.5 199.8
    Japan 181.0 216.7
    Africa 185.4 222.0
    Other non-OECD Asia 202.7 236.0
    OECD Europe 173.8 239.9
    Other non-OECD Americas 193.1 242.3
    India 173.8 260.6
    Mexico/Chile 221.1 269.8





    share|cite|improve this answer











    $endgroup$



















      9













      $begingroup$

      That's a dot plot. It is sometimes called a "Cleveland dot plot" because there is a variant of a histogram made with dots that people sometimes call a dot plot as well. This particular version plots two dots per country (for the two years) and draws a thicker line between them. The countries are sorted by the latter value. The primary reference would be Cleveland's book Visualizing Data. Googling leads me to this Excel tutorial.




      I scraped the data, in case anyone wants to play with them.



       Country 1990 2015
      Russia 71.5 101.4
      Canada 74.4 102.9
      Other non-OECD Europe/Eurasia 60.9 135.2
      South Korea 127.0 136.2
      China 58.5 137.1
      Middle East 170.9 158.8
      United States 106.8 169.0
      Australia/New Zealand 123.6 170.9
      Brazil 208.5 199.8
      Japan 181.0 216.7
      Africa 185.4 222.0
      Other non-OECD Asia 202.7 236.0
      OECD Europe 173.8 239.9
      Other non-OECD Americas 193.1 242.3
      India 173.8 260.6
      Mexico/Chile 221.1 269.8





      share|cite|improve this answer











      $endgroup$

















        9














        9










        9







        $begingroup$

        That's a dot plot. It is sometimes called a "Cleveland dot plot" because there is a variant of a histogram made with dots that people sometimes call a dot plot as well. This particular version plots two dots per country (for the two years) and draws a thicker line between them. The countries are sorted by the latter value. The primary reference would be Cleveland's book Visualizing Data. Googling leads me to this Excel tutorial.




        I scraped the data, in case anyone wants to play with them.



         Country 1990 2015
        Russia 71.5 101.4
        Canada 74.4 102.9
        Other non-OECD Europe/Eurasia 60.9 135.2
        South Korea 127.0 136.2
        China 58.5 137.1
        Middle East 170.9 158.8
        United States 106.8 169.0
        Australia/New Zealand 123.6 170.9
        Brazil 208.5 199.8
        Japan 181.0 216.7
        Africa 185.4 222.0
        Other non-OECD Asia 202.7 236.0
        OECD Europe 173.8 239.9
        Other non-OECD Americas 193.1 242.3
        India 173.8 260.6
        Mexico/Chile 221.1 269.8





        share|cite|improve this answer











        $endgroup$



        That's a dot plot. It is sometimes called a "Cleveland dot plot" because there is a variant of a histogram made with dots that people sometimes call a dot plot as well. This particular version plots two dots per country (for the two years) and draws a thicker line between them. The countries are sorted by the latter value. The primary reference would be Cleveland's book Visualizing Data. Googling leads me to this Excel tutorial.




        I scraped the data, in case anyone wants to play with them.



         Country 1990 2015
        Russia 71.5 101.4
        Canada 74.4 102.9
        Other non-OECD Europe/Eurasia 60.9 135.2
        South Korea 127.0 136.2
        China 58.5 137.1
        Middle East 170.9 158.8
        United States 106.8 169.0
        Australia/New Zealand 123.6 170.9
        Brazil 208.5 199.8
        Japan 181.0 216.7
        Africa 185.4 222.0
        Other non-OECD Asia 202.7 236.0
        OECD Europe 173.8 239.9
        Other non-OECD Americas 193.1 242.3
        India 173.8 260.6
        Mexico/Chile 221.1 269.8






        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited 6 hours ago

























        answered 8 hours ago









        gunggung

        112k34 gold badges279 silver badges549 bronze badges




        112k34 gold badges279 silver badges549 bronze badges






























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Cross Validated!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f423735%2fwhat-is-the-name-of-this-plot-that-has-rows-with-two-connected-dots%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

            The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

            19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу