<?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: dot plot with SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53791#M1847</link>
    <description>Oh. I see u are using scatter.&lt;BR /&gt;
That worked. Thanks</description>
    <pubDate>Wed, 21 Jul 2010 20:05:22 GMT</pubDate>
    <dc:creator>Jaime</dc:creator>
    <dc:date>2010-07-21T20:05:22Z</dc:date>
    <item>
      <title>dot plot with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53787#M1843</link>
      <description>Is there a way to sort by record count when using a dot plot.&lt;BR /&gt;
It defaults to sorting by category var name.</description>
      <pubDate>Wed, 21 Jul 2010 15:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53787#M1843</guid>
      <dc:creator>Jaime</dc:creator>
      <dc:date>2010-07-21T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: dot plot with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53788#M1844</link>
      <description>Elaborate on what "dot plot" you're using?...&lt;BR /&gt;
(a 'proc gchart' scatter plot?  something with 'proc sgplot'? other?)</description>
      <pubDate>Wed, 21 Jul 2010 16:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53788#M1844</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-07-21T16:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: dot plot with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53789#M1845</link>
      <description>For the SAS 9.2 release, we do not have a "sort by response" option for dot plots. However, you can work around this by presummarizing your data, sorting it by the response value, and plotting it in sgplot using a a scatter plot to simulate a dot plot by using options like the following:&lt;BR /&gt;
&lt;BR /&gt;
proc sgplot data=sorted;&lt;BR /&gt;
yaxis grid;&lt;BR /&gt;
scatter x=freqcount y=category / markerattrs=(symbol=circlefilled);&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Let me know if this works for you.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Wed, 21 Jul 2010 18:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53789#M1845</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-07-21T18:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: dot plot with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53790#M1846</link>
      <description>I am using &lt;BR /&gt;
proc sgplot data=Current_Pipeline_ByName;&lt;BR /&gt;
	dot Name/ response=Recs markerattrs=(symbol=circlefilled color=cxA6D96A size=12) NOSTATLABEL ;&lt;BR /&gt;
		yaxis display=(nolabel);&lt;BR /&gt;
		xaxis display=(nolabel);&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I did sort the data with the order i needed. But the proc sorts on its own.</description>
      <pubDate>Wed, 21 Jul 2010 20:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53790#M1846</guid>
      <dc:creator>Jaime</dc:creator>
      <dc:date>2010-07-21T20:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: dot plot with SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53791#M1847</link>
      <description>Oh. I see u are using scatter.&lt;BR /&gt;
That worked. Thanks</description>
      <pubDate>Wed, 21 Jul 2010 20:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/dot-plot-with-SGPLOT/m-p/53791#M1847</guid>
      <dc:creator>Jaime</dc:creator>
      <dc:date>2010-07-21T20:05:22Z</dc:date>
    </item>
  </channel>
</rss>

