<?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: Graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350291#M12151</link>
    <description>&lt;P&gt;Please&amp;nbsp;post your full program with data and log messages. &amp;nbsp;Just saying "It is not working"&amp;nbsp;is not very meaningful. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Apr 2017 17:46:57 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2017-04-15T17:46:57Z</dc:date>
    <item>
      <title>Graph - Scatter Dot Plot with Symbol for Mean Value</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348245#M12083</link>
      <description>&lt;P&gt;How can I create a&amp;nbsp; graph as shown in attachment? and how can I reshape the frame of the graph?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13677iDC4ACBB9D9312397/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="20170407_232423.jpg" title="20170407_232423.jpg" /&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:50:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348245#M12083</guid>
      <dc:creator>liamand</dc:creator>
      <dc:date>2017-04-15T17:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348252#M12084</link>
      <description>&lt;P&gt;PROC SGPLOT for starters but it depends a bit on your data format.&lt;/P&gt;
&lt;P&gt;I would use a Scatter statement for the points and a second Scatter statement for the mean.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you look through the posts on here, I think there was a request for exactly this type of graph in the last week, possibly two weeks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 18:13:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348252#M12084</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-07T18:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348255#M12085</link>
      <description>&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2017/03/27/scatter-with-layer/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2017/03/27/scatter-with-layer/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 18:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348255#M12085</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-04-07T18:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348301#M12094</link>
      <description>&lt;P&gt;Here is one way you can do it without any data prep. &amp;nbsp;Of course the "color=white" specification is not going to work for all styles. &amp;nbsp;If you actually want the mean line labeled, you will need additional data prep. &amp;nbsp;Thanks to Prashant for part of this solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class noautolegend;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;symbolChar name=longDash char='2014'x / textAttrs=GraphUnicodeText;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;vbox weight / category=sex nofill&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; nomedian meanattrs=(symbol=longdash size=50px)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; whiskerattrs=(thickness=0) lineattrs=(color=white);&lt;BR /&gt;&amp;nbsp; &amp;nbsp;scatter y=weight x=sex;&lt;BR /&gt;run; &lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 20:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348301#M12094</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-04-07T20:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348330#M12099</link>
      <description>&lt;P&gt;possibly lineattrs=(thickness=0) to not display a line, background&amp;nbsp;color independent.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 22:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/348330#M12099</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-07T22:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350286#M12147</link>
      <description>&lt;P&gt;Sir,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on SAS 9.2. This solution is not working. Can you give me a better solution.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:31:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350286#M12147</guid>
      <dc:creator>liamand</dc:creator>
      <dc:date>2017-04-15T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350288#M12148</link>
      <description>&lt;P&gt;You will not be able to layer a VBOX with SCATTER in SAS 9.2. &amp;nbsp;You need atleast SAS 9.4 for this.&lt;/P&gt;
&lt;P&gt;You will need to use the solution shown in the link "&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2017/03/27/scatter-with-layer/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2017/03/27/scatter-with-layer/&lt;/A&gt;", to compute the mean value using the MEANS procedure and then use a plot statement to layer that on the scatter plot (JITTER is also NOT available with SAS 9.2).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you cannot use a HighLow plot as that too is not available with SAS 9.2. &amp;nbsp;You will need to use another SCATTER with a&amp;nbsp;different symbol to display the mean value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS 9.2 is over 8 years old. &amp;nbsp;It may be time to consider an upgrade.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:38:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350288#M12148</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-04-15T17:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350289#M12149</link>
      <description>&lt;P&gt;ooooh&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:41:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350289#M12149</guid>
      <dc:creator>liamand</dc:creator>
      <dc:date>2017-04-15T17:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350290#M12150</link>
      <description>&lt;P&gt;this is not working for me (SAS 9.2)&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:42:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350290#M12150</guid>
      <dc:creator>liamand</dc:creator>
      <dc:date>2017-04-15T17:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350291#M12151</link>
      <description>&lt;P&gt;Please&amp;nbsp;post your full program with data and log messages. &amp;nbsp;Just saying "It is not working"&amp;nbsp;is not very meaningful. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:46:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350291#M12151</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-04-15T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350293#M12152</link>
      <description>ooh sorry, that reply was not to you.&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:53:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Scatter-Dot-Plot-with-Symbol-for-Mean-Value/m-p/350293#M12152</guid>
      <dc:creator>liamand</dc:creator>
      <dc:date>2017-04-15T17:53:08Z</dc:date>
    </item>
  </channel>
</rss>

