<?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: Use variable label instead of variable name in a graph` in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190788#M266079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ODS graphics &lt;SPAN style="text-decoration: underline;"&gt;does&lt;/SPAN&gt; use variable labels on axes labels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data class;&lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;label weight="Weight (pounds)";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot;&lt;/P&gt;&lt;P&gt;scatter x=height y=weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGPlot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5057_SGPlot.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Feb 2014 18:10:19 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2014-02-28T18:10:19Z</dc:date>
    <item>
      <title>Use variable label instead of variable name in a graph`</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190787#M266078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using- ods graphics to obtain my graphs, what I can figure out is how to use the variable label instead of the variable name (which is usually kind of cryptic!)!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 17:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190787#M266078</guid>
      <dc:creator>valdesan</dc:creator>
      <dc:date>2014-02-28T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use variable label instead of variable name in a graph`</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190788#M266079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ODS graphics &lt;SPAN style="text-decoration: underline;"&gt;does&lt;/SPAN&gt; use variable labels on axes labels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data class;&lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;label weight="Weight (pounds)";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot;&lt;/P&gt;&lt;P&gt;scatter x=height y=weight;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGPlot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5057_SGPlot.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 18:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190788#M266079</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-02-28T18:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use variable label instead of variable name in a graph`</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190789#M266080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is what happens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;proc logistic data=stage3concurrent plots(only)=oddsratio&amp;nbsp; (type=horizontalstat range=(0,3))&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;CLASS urban regionvisn yeargroup (ref='2001-2004') EPvsTC stage numsquam;&lt;/P&gt;&lt;P&gt;model EPvsTC (event='Cisplatin and Etoposide')= yeargroup stage numsquam priorhosp age10 poslostweightperc fullhgb fullalb chrlson egfr2 /&amp;nbsp; risklimits lackfit rsquare parmlabel;&lt;/P&gt;&lt;P&gt;units egfr2=10 priorhosp=1 age10=1 poslostweightperc=1 fullhgb=1 fullalb=1 chrlson=1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ORPlot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5058_ORPlot.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;how can a change the labels on the graph to the variable label?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 18:16:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190789#M266080</guid>
      <dc:creator>valdesan</dc:creator>
      <dc:date>2014-02-28T18:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use variable label instead of variable name in a graph`</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190790#M266081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll probably have to modify the template &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 18:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Use-variable-label-instead-of-variable-name-in-a-graph/m-p/190790#M266081</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-02-28T18:33:42Z</dc:date>
    </item>
  </channel>
</rss>

