<?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 GTL needleplot groupdisplay in SAS 9.3 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121012#M4683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I would like to create a graph as follow by using the groupdisplay tag.&lt;/P&gt;&lt;P&gt;Is this possible and how?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="furniture_example.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/2688_furniture_example.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;And if I change gtl tag to barchart would this be possible?&lt;/P&gt;&lt;P&gt;Documentation info can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatgraph/65377/HTML/default/viewer.htm#p0dcix1s0khu6fn1qj4tudwsy72a.htm"&gt;http://support.sas.com/documentation/cdl/en/grstatgraph/65377/HTML/default/viewer.htm#p0dcix1s0khu6fn1qj4tudwsy72a.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Paolo Santin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2012 12:47:16 GMT</pubDate>
    <dc:creator>paolo_santin</dc:creator>
    <dc:date>2012-11-08T12:47:16Z</dc:date>
    <item>
      <title>GTL needleplot groupdisplay in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121012#M4683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I would like to create a graph as follow by using the groupdisplay tag.&lt;/P&gt;&lt;P&gt;Is this possible and how?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="furniture_example.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/2688_furniture_example.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;And if I change gtl tag to barchart would this be possible?&lt;/P&gt;&lt;P&gt;Documentation info can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatgraph/65377/HTML/default/viewer.htm#p0dcix1s0khu6fn1qj4tudwsy72a.htm"&gt;http://support.sas.com/documentation/cdl/en/grstatgraph/65377/HTML/default/viewer.htm#p0dcix1s0khu6fn1qj4tudwsy72a.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Paolo Santin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 12:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121012#M4683</guid>
      <dc:creator>paolo_santin</dc:creator>
      <dc:date>2012-11-08T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: GTL needleplot groupdisplay in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121013#M4684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Yes, you can do this using GTL BARCHART.&amp;nbsp; The bar chart can have only ONE group role which can either be &lt;STRONG&gt;Clustered&lt;/STRONG&gt; or &lt;STRONG&gt;Stacked&lt;/STRONG&gt;.&amp;nbsp; So in your case split your data into two response columns, one for the "1" data and one for the "2" data.&amp;nbsp; Then, use a stacked bar chart.for the "1" values with a negative discrete offset.&amp;nbsp; Overlay another stacked bar chart for the "2" with positive discrete offset.&amp;nbsp; Set bar widths to 0.5 or less. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 13:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121013#M4684</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-11-08T13:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: GTL needleplot groupdisplay in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121014#M4685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay and thank you for your answer!&lt;/P&gt;&lt;P&gt;I wonder if it's possible to do the same thing with the needleplot tag instead.&lt;/P&gt;&lt;P&gt;I should use the &lt;STRONG&gt;groupdisplay&lt;/STRONG&gt; option but I couldn't make it work.&lt;/P&gt;&lt;P&gt;Do you know how to obtain such a result?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 15:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121014#M4685</guid>
      <dc:creator>paolo_santin</dc:creator>
      <dc:date>2012-11-09T15:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: GTL needleplot groupdisplay in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121015#M4686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NEEDLEPLOT does not allow stacked groups.&amp;nbsp; The only benefit I see of using needle instead of barchartis that you can have an interval X axis, since bar chart always makes the axis discrete.&amp;nbsp; If that is your aim, you can use the HIGHLOWPLOT with default TYPE=LINE.&amp;nbsp; You will have to compute the high and low values yourself based on the stacking you want.&amp;nbsp; You can also use the HIGHLOWBAR with TYPE=BAR with a linear axis.&amp;nbsp; This will give you the "bar" look with fills and outlines, but these type of plot (HighLowPlot or NeedlePlot) do not summarize your data.&amp;nbsp; You can also do this in SGPLOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another alternative is to use the VECTORPLOT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2012 15:47:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121015#M4686</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-11-09T15:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: GTL needleplot groupdisplay in SAS 9.3</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121016#M4687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2012 15:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-needleplot-groupdisplay-in-SAS-9-3/m-p/121016#M4687</guid>
      <dc:creator>paolo_santin</dc:creator>
      <dc:date>2012-11-11T15:32:44Z</dc:date>
    </item>
  </channel>
</rss>

