<?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 Display the variables only, on a Proc Corresp Plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640765#M19760</link>
    <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;Here is my issue : i need to perform a ACM with a proc corresp. On the correlation plot, SAS automaticcaly display both the variables AND the observations. I'd like too chose to display only the variables, or only some of them, or only certain observations. Is there a way to do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you by advance for your reply&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2020 15:19:09 GMT</pubDate>
    <dc:creator>Mathis1</dc:creator>
    <dc:date>2020-04-17T15:19:09Z</dc:date>
    <item>
      <title>Display the variables only, on a Proc Corresp Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640765#M19760</link>
      <description>&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;Here is my issue : i need to perform a ACM with a proc corresp. On the correlation plot, SAS automaticcaly display both the variables AND the observations. I'd like too chose to display only the variables, or only some of them, or only certain observations. Is there a way to do this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you by advance for your reply&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 15:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640765#M19760</guid>
      <dc:creator>Mathis1</dc:creator>
      <dc:date>2020-04-17T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display the variables only, on a Proc Corresp Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640773#M19761</link>
      <description>&lt;P&gt;I don't think so.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 16:36:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640773#M19761</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-04-17T16:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display the variables only, on a Proc Corresp Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640785#M19762</link>
      <description>&lt;P&gt;Generic response for creating graphs with different appearance than direct options listed:&lt;/P&gt;
&lt;P&gt;Use ODS OUTPUT to direct the data used by the graph to an output data set.&lt;/P&gt;
&lt;P&gt;Modify if needed&lt;/P&gt;
&lt;P&gt;Plot with SGPLOT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ODS output would look something like:&lt;/P&gt;
&lt;P&gt;ODS output plotname = plotdataset;&lt;/P&gt;
&lt;P&gt;where plotname is the name of plot and plotdataset is the name of the data set you want to create. This can go either immediately before the Procedure call or as part of the procedure (before run);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since each of these plot data sets tend to look a bit different then the modify with a data set step is often needed to get something you need.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 17:22:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640785#M19762</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-17T17:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display the variables only, on a Proc Corresp Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640969#M19763</link>
      <description>Thank you ! I succeeded with the SGPLOT only !</description>
      <pubDate>Sat, 18 Apr 2020 16:22:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Display-the-variables-only-on-a-Proc-Corresp-Plot/m-p/640969#M19763</guid>
      <dc:creator>Mathis1</dc:creator>
      <dc:date>2020-04-18T16:22:23Z</dc:date>
    </item>
  </channel>
</rss>

