<?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 Fitting all values on Dot plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24812#M706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOL! Thanks Art.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2012 14:36:35 GMT</pubDate>
    <dc:creator>ChuckK</dc:creator>
    <dc:date>2012-03-08T14:36:35Z</dc:date>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24799#M693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 9.2 when there are too many values of the categorical variable for a dot plot to display, then it thins them out. I thought for sure that there was an option in SAS 9.3 that forced all of the values to be displayed, but I can't find it. Was I dreaming that? Can someone point me to the option, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chuck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 20:26:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24799#M693</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-03-07T20:26:49Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24800#M694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Might helpt to give the code you're currently using to create the plot as well as any option statements in effect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 20:35:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24800#M694</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-03-07T20:35:21Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24801#M695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would incrasing the resolution correct the problem?&amp;nbsp; e.g.:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;gsubmit "ods html image_dpi=600;"&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 20:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24801#M695</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-03-07T20:53:49Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24802#M696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. Sure, it might help people to see what I'm talking about. Here's example code, but take any dotplot where there are too many categorical values to fit on the vertical axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dot make;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll see right off the bat that Acura and BMW are not shown on the vertical axis. The procedure is THINning the values on the axis. I thought for the life of me that there was an option to show all the values, in this case the MAKE's of the cars. Of course, now I can't find it. Maybe it doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chuck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 20:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24802#M696</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-03-07T20:56:15Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24803#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi art297,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. It might, but that's not the point. I'm looking to see if a particular option exists. Thanks, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 20:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24803#M697</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-03-07T20:57:24Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24804#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the X axis you can specify a FITPOLICY to improve things. This is not available on the Y axis. To see all the values, you may decrease the font size of the tick values, as in :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dot make;&lt;/P&gt;&lt;P&gt; yaxis valueattrs=(size=6);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 21:42:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24804#M698</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-07T21:42:14Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24805#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks PGStats.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 21:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24805#M699</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-03-07T21:50:27Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24806#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Another option which may or may not look better is to make a larger graph :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics / height=1200;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.cars;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dot make;&lt;BR /&gt; *yaxis valueattrs=(size=6);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 22:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24806#M700</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-07T22:12:48Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24807#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes. This is what I would do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 22:42:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24807#M701</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2012-03-07T22:42:08Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24808#M702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last but not least, you may have the option to split your data onto multiple graphs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics / reset;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sort data=sashelp.cars out=cars; by origin; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=cars uniform=xscale;&lt;BR /&gt; by origin;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dot make;&lt;BR /&gt; *yaxis valueattrs=(size=6);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 23:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24808#M702</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-07T23:18:21Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24809#M703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I'll pick this as a helpful answer in case others come here because of the title, and I certainly appreciate the effort in trying to solve the problem. Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't think I was clear enough in stating the problem. I know the other work arounds to the problem, I was trying to determine if the developers had incorporated a feature that handled it automatically. It was a "Yes, it's ____" or "No, you're crazy" type of answer. I'll be giving a HOW at SGF and if that option is there, then I wanted to note that. I was told there was, I thought I saw it, but now I can't find it. My conclusion is that I am crazy, at least slightly. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The work arounds provided are okay, but they're not great. They run into the same problem that I think a built-in option would have, which is the same problem the default behavior is trying to solve. When there's that many values to the categorical variable, there's just not enough space to show them all well. Both of the options PGStats gives change the space needed (font size option) relative to the space available (height). Both of those, and I suspect almost every solution, make it difficult to read the values when you fit the plot into a typically-sized space. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thinking some more about it, I wonder if there's a way to put the "other" categorical values, in this case "Acura" and "BMW" on the Y2AXIS? Nothing comes to mind right off, though maybe with GTL. Doing so would reduce the horizontal space now. It may be too much if the values are long on both sides, such as "Mercedes-Benz," but maybe not. I'll see what I can figure out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has suggestions on how to put the extra values on the Y2AXIS, then I'm open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24809#M703</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-03-08T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24810#M704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chuck, FWIW, PGStats first suggestion of using: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;yaxis valueattrs=(size=6);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is an option that has only been available since 9.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't confirm or reject the hypothesis of craziness .. I'll leave that one for you to decide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24810#M704</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-03-08T14:17:02Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24811#M705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there's not a good way with SGplot, perhaps a work-around would be to use GPlot ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traditional SAS/Graph procs tend to scrunch the axis tickmark values closer together (even to the point of overlapping), rather than thinning them. - ie, they give the user exactly what they ask for and let the user look at it and manually decide if they need to take action and do it differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;BR /&gt;create table foo as&lt;BR /&gt;select unique make, count(*) as count&lt;BR /&gt;from sashelp.cars&lt;BR /&gt;group by make&lt;BR /&gt;order by make;&lt;BR /&gt;quit; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol value=dot height=1 color=black;&lt;BR /&gt;proc gplot data=foo;&lt;BR /&gt;plot make*count=1 / autovref cvref=graydd;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24811#M705</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-03-08T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24812#M706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOL! Thanks Art.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:36:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24812#M706</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-03-08T14:36:35Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24813#M707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good suggestion. Thanks. Except that the HOW is on ODS Graphics and the syllabus calls for me to spend half an hour bashing SAS/Graph. I can't go back after that and say we have to use it. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:38:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24813#M707</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-03-08T14:38:58Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24814#M708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Traditonal SAS/Graph, and the new ODS Graphics each have areas in which they shine.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It all depends on the target audience, and what graph they're wanting to create.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 14:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24814#M708</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-03-08T14:45:28Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24815#M709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree completely. Can I label this as "Correct Answer"? &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 15:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24815#M709</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-03-08T15:14:13Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24816#M710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In SAS 9.3, we introduced a NONE fit policy for tick values in the Graph Template Language (GTL), but it was not surfaced in the SG procedures. If you're showing GTL examples, perhaps you can use that option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 15:52:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24816#M710</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-03-08T15:52:19Z</dc:date>
    </item>
    <item>
      <title>Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24817#M711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given this is for a HOW on ODS Graphics (and not just SG Procedures), it may be useful to inform the audience that SG Procedures provide value added features based on a GTL foundation.&amp;nbsp; SG Procedures are designed to present a 80/20 coverage of GTL features (with added value).&amp;nbsp; Whenever some feature is beyond SG procedures, it may be doable using GTL.&amp;nbsp; You could use this situation to segue into this topic for SAS 9.3.&amp;nbsp; Just a suggestion.&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 04:21:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24817#M711</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-03-09T04:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fitting all values on Dot plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24818#M712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good suggestion. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 12:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fitting-all-values-on-Dot-plot/m-p/24818#M712</guid>
      <dc:creator>ChuckK</dc:creator>
      <dc:date>2012-04-10T12:53:22Z</dc:date>
    </item>
  </channel>
</rss>

