<?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 NOAUTOLEGEND does not seem to be working in this example in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/NOAUTOLEGEND-does-not-seem-to-be-working-in-this-example/m-p/886278#M39316</link>
    <description>&lt;P&gt;Greetings! I would like to suppress the legend. The "NOAUTOLEGEND" command seems not to be working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is practice data and the syntax:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data yoga3;
   input ttpbf_graph na tx_group;
datalines;
0 17 1
0 17.5 1
0 16.5 0
0 17 0
1 11 1
1 12 1
1 30 0
1 31 0
2 11 1
2 13 1
2 35 0
2 36 0
4 13 1
4 14 1
4 37 0
4 32 0
;



proc sgplot data= yoga3 NOAUTOLEGEND;
styleattrs datalinepatterns = (shortdash solid)
   datacontrastcolors = (black)  
;
title "Title Title Title";
      vline ttpbf_graph /  response=na   group=tx_group  stat=mean  limits=both  limitstat=stderr  markers;
xaxis display=(nolabel) offsetmin=0.05 offsetmax=0.05 values=(0 to 4 by 1) labelattrs=(size=14) valueattrs=(size=12);
format ttpbf_graph myxaxiss. ;
yaxis label="Label label label" values= (9 to 40 by 5) labelattrs=(size=14) valueattrs=(size=12);
keylegend/title=" ";

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Advice welcomed!&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 18:48:06 GMT</pubDate>
    <dc:creator>BalletYoga</dc:creator>
    <dc:date>2023-07-25T18:48:06Z</dc:date>
    <item>
      <title>NOAUTOLEGEND does not seem to be working in this example</title>
      <link>https://communities.sas.com/t5/New-SAS-User/NOAUTOLEGEND-does-not-seem-to-be-working-in-this-example/m-p/886278#M39316</link>
      <description>&lt;P&gt;Greetings! I would like to suppress the legend. The "NOAUTOLEGEND" command seems not to be working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is practice data and the syntax:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data yoga3;
   input ttpbf_graph na tx_group;
datalines;
0 17 1
0 17.5 1
0 16.5 0
0 17 0
1 11 1
1 12 1
1 30 0
1 31 0
2 11 1
2 13 1
2 35 0
2 36 0
4 13 1
4 14 1
4 37 0
4 32 0
;



proc sgplot data= yoga3 NOAUTOLEGEND;
styleattrs datalinepatterns = (shortdash solid)
   datacontrastcolors = (black)  
;
title "Title Title Title";
      vline ttpbf_graph /  response=na   group=tx_group  stat=mean  limits=both  limitstat=stderr  markers;
xaxis display=(nolabel) offsetmin=0.05 offsetmax=0.05 values=(0 to 4 by 1) labelattrs=(size=14) valueattrs=(size=12);
format ttpbf_graph myxaxiss. ;
yaxis label="Label label label" values= (9 to 40 by 5) labelattrs=(size=14) valueattrs=(size=12);
keylegend/title=" ";

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Advice welcomed!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 18:48:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/NOAUTOLEGEND-does-not-seem-to-be-working-in-this-example/m-p/886278#M39316</guid>
      <dc:creator>BalletYoga</dc:creator>
      <dc:date>2023-07-25T18:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: NOAUTOLEGEND does not seem to be working in this example</title>
      <link>https://communities.sas.com/t5/New-SAS-User/NOAUTOLEGEND-does-not-seem-to-be-working-in-this-example/m-p/886280#M39317</link>
      <description>&lt;P&gt;Here is what the graph looks like with the above data and syntax:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Example.png" style="width: 640px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86086iB929A202AEBCB9EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Example.png" alt="Example.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 18:49:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/NOAUTOLEGEND-does-not-seem-to-be-working-in-this-example/m-p/886280#M39317</guid>
      <dc:creator>BalletYoga</dc:creator>
      <dc:date>2023-07-25T18:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: NOAUTOLEGEND does not seem to be working in this example</title>
      <link>https://communities.sas.com/t5/New-SAS-User/NOAUTOLEGEND-does-not-seem-to-be-working-in-this-example/m-p/886281#M39318</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437674"&gt;@BalletYoga&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remove the KEYLEGEND statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p073bl97jzadkmn15lhq58yiy2uh.htm#n1lp5fn8pxasfjn1b8zv3yw4z2qg" target="_blank" rel="noopener"&gt;documentation of the NOAUTOLEGEND option&lt;/A&gt; says: "&lt;SPAN&gt;This option has no effect if you specify a KEYLEGEND statement.&lt;/SPAN&gt;"&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 19:07:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/NOAUTOLEGEND-does-not-seem-to-be-working-in-this-example/m-p/886281#M39318</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2023-07-25T19:07:06Z</dc:date>
    </item>
  </channel>
</rss>

