<?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: Multiple caterpillar plots in a graph in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-caterpillar-plots-in-a-graph/m-p/699627#M14445</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=violation_score4 ;
   scatter y=Violation x=Provider  /group=Designation yerrorlower=Lower_CL yerrorupper=Upper_CL  markerattrs=(symbol=diamondfilled);
   refline 0 / axis=y;
      xaxis grid;
   yaxis grid  discreteorder=data reverse;
   keylegend  / location=outside;
        run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 17 Nov 2020 22:18:11 GMT</pubDate>
    <dc:creator>UcheOkoro</dc:creator>
    <dc:date>2020-11-17T22:18:11Z</dc:date>
    <item>
      <title>Multiple caterpillar plots in a graph</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-caterpillar-plots-in-a-graph/m-p/699599#M14444</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please, I need help plotting 3 caterpillar plots in one graph. My y axis has the proportions of violation(with CL) and the x axis has the providers. I would like to create 3 plots from the providers. The third variable is the "designation" of the providers- resident, APP and faculty. Please find below my SAS codes.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=violation_score4 noautolegend;
   scatter y=Violation_new x=Provider  / yerrorlower=Lower_CL yerrorupper=Upper_CL  markerattrs=(symbol=diamondfilled);
   refline 0 / axis=y;
   xaxis grid;
   yaxis grid display=(nolabel) discreteorder=data reverse;
  run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Nov 2020 20:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-caterpillar-plots-in-a-graph/m-p/699599#M14444</guid>
      <dc:creator>UcheOkoro</dc:creator>
      <dc:date>2020-11-17T20:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple caterpillar plots in a graph</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-caterpillar-plots-in-a-graph/m-p/699627#M14445</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=violation_score4 ;
   scatter y=Violation x=Provider  /group=Designation yerrorlower=Lower_CL yerrorupper=Upper_CL  markerattrs=(symbol=diamondfilled);
   refline 0 / axis=y;
      xaxis grid;
   yaxis grid  discreteorder=data reverse;
   keylegend  / location=outside;
        run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Nov 2020 22:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Multiple-caterpillar-plots-in-a-graph/m-p/699627#M14445</guid>
      <dc:creator>UcheOkoro</dc:creator>
      <dc:date>2020-11-17T22:18:11Z</dc:date>
    </item>
  </channel>
</rss>

