<?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 change scatter plot axis labels in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/change-scatter-plot-axis-labels/m-p/452147#M69800</link>
    <description>&lt;P&gt;&lt;SPAN&gt;For the attached graph,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to change the Y-axis labels from the coding variable to reflect the full names.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For the Y-axis&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;minTC_ave-iqr = Minimum Toe Clearance (IQR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;maxTC1_ave_iqr=Maximum Toe Clearance (IQR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Same thing for the X-Axis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PF= Physical Function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VT= Vitality/Energy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GH= General Health&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this is the code I used for&amp;nbsp;the graph:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgscatter data=mydata;
title "Spatial Gait Parameters vs. SF-36 Functional Scores";
compare x=(PF VT GH)
		y=(minTC_ave_iqr maxTC1_ave_iqr )
		/loess=(nogroup) group=group
		markerattrs=(symbol=CircleFilled size=14)
   filledoutlinedmarkers 
   colormodel=(CX3288BD CX99D594 CXE6F598 CXFEE08B CXFC8D59 CXD53E4F);
   format group group.;
   run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;How do I modify it so the final graph reflects the full names for the corresponding X and Y axis as indicated above&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Apr 2018 02:11:00 GMT</pubDate>
    <dc:creator>kcodo</dc:creator>
    <dc:date>2018-04-07T02:11:00Z</dc:date>
    <item>
      <title>change scatter plot axis labels</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/change-scatter-plot-axis-labels/m-p/452147#M69800</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For the attached graph,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to change the Y-axis labels from the coding variable to reflect the full names.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For the Y-axis&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;minTC_ave-iqr = Minimum Toe Clearance (IQR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;maxTC1_ave_iqr=Maximum Toe Clearance (IQR)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Same thing for the X-Axis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PF= Physical Function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VT= Vitality/Energy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GH= General Health&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this is the code I used for&amp;nbsp;the graph:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgscatter data=mydata;
title "Spatial Gait Parameters vs. SF-36 Functional Scores";
compare x=(PF VT GH)
		y=(minTC_ave_iqr maxTC1_ave_iqr )
		/loess=(nogroup) group=group
		markerattrs=(symbol=CircleFilled size=14)
   filledoutlinedmarkers 
   colormodel=(CX3288BD CX99D594 CXE6F598 CXFEE08B CXFC8D59 CXD53E4F);
   format group group.;
   run; quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;How do I modify it so the final graph reflects the full names for the corresponding X and Y axis as indicated above&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 02:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/change-scatter-plot-axis-labels/m-p/452147#M69800</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-04-07T02:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: change scatter plot axis labels</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/change-scatter-plot-axis-labels/m-p/452148#M69801</link>
      <description>&lt;P&gt;sorry forgot to attach the graph. see attached&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 02:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/change-scatter-plot-axis-labels/m-p/452148#M69801</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-04-07T02:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: change scatter plot axis labels</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/change-scatter-plot-axis-labels/m-p/452151#M69803</link>
      <description>&lt;P&gt;Give the variables labels.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Label PF = ‘Physical Function’;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 02:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/change-scatter-plot-axis-labels/m-p/452151#M69803</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-07T02:27:59Z</dc:date>
    </item>
  </channel>
</rss>

