<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Which type of graphic is appropriate? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355963#M12356</link>
    <description>&lt;P&gt;I agree with earlier comments about preferred graph. &amp;nbsp;Some things can be ruled in or out based on your use case. &amp;nbsp;If the data on the x-axis is linear, a series (line) plot can make sense. &amp;nbsp;If the x-axis is categorical, but&amp;nbsp;it is really time and the values are placed in the correct scale on the x-axis, then also a line or series works as the slope of the line segments can be compared and have meaning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the x-axis is purely categorical, where each value is unrelated, or plotted without a linear scale (in your case the value 1.25 is missing), then a series or line should be avoided. Better to use a needle plot or dot plot or vbar. &amp;nbsp;Dot plot is normally used with categories on the y-axis (SGPLOT).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the x-axis values are really a nice fraction of year, maybe you can display the values in months, as in 3, 6, 9, etc. &amp;nbsp;Beyond this, it is really up to you.&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 13:24:43 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2017-05-04T13:24:43Z</dc:date>
    <item>
      <title>Which type of graphic is appropriate?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355865#M12352</link>
      <description>&lt;P&gt;I have a category in my x axis and I am unsure what type of graph would be most appropriate. My Y axis would be a count per year. I only end up with 8 "per year categories". They are in fractions like 0.25, 0.50, 0.75, 1, 1.5, etc. I have 200 patients. What would be the best way to depict this?&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 07:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355865#M12352</guid>
      <dc:creator>LucyB</dc:creator>
      <dc:date>2017-05-04T07:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Which type of graphic is appropriate?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355891#M12353</link>
      <description>&lt;P&gt;As far as I can tell, there is no "best" way to display the data, this is entirely up to the person/people who want to review this. &amp;nbsp;Not sure how we can tell you what someone else may want. &amp;nbsp;Go back to the requestor and ask them. &amp;nbsp;Technically you could display it it a number of ways all equally good - line, bar, bubble, time series etc.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 08:50:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355891#M12353</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-04T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Which type of graphic is appropriate?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355893#M12354</link>
      <description>&lt;P&gt;I agree with &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt;, no "best way", but post some of your data in the form of a datastep, and you will get some suggestions.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 09:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355893#M12354</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-05-04T09:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which type of graphic is appropriate?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355894#M12355</link>
      <description>&lt;P&gt;Just to clarify&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt;, my point was that this is an aesthetic questioc based on a reviewers preference. &amp;nbsp;For instance person a might like a line graph, but reviewer b might like a bubble plot. &amp;nbsp;Its not possible for us as a technical Q&amp;amp;A to decide what some third parties preference would be. &amp;nbsp;That is for this poster and the reviewer to assess and agree.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 09:12:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355894#M12355</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-05-04T09:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Which type of graphic is appropriate?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355963#M12356</link>
      <description>&lt;P&gt;I agree with earlier comments about preferred graph. &amp;nbsp;Some things can be ruled in or out based on your use case. &amp;nbsp;If the data on the x-axis is linear, a series (line) plot can make sense. &amp;nbsp;If the x-axis is categorical, but&amp;nbsp;it is really time and the values are placed in the correct scale on the x-axis, then also a line or series works as the slope of the line segments can be compared and have meaning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the x-axis is purely categorical, where each value is unrelated, or plotted without a linear scale (in your case the value 1.25 is missing), then a series or line should be avoided. Better to use a needle plot or dot plot or vbar. &amp;nbsp;Dot plot is normally used with categories on the y-axis (SGPLOT).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the x-axis values are really a nice fraction of year, maybe you can display the values in months, as in 3, 6, 9, etc. &amp;nbsp;Beyond this, it is really up to you.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 13:24:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355963#M12356</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-05-04T13:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Which type of graphic is appropriate?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355965#M12357</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt;, I agree completely &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 13:27:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Which-type-of-graphic-is-appropriate/m-p/355965#M12357</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-05-04T13:27:43Z</dc:date>
    </item>
  </channel>
</rss>

